Стандартный конфигурационный файл Packetbeat

Для ОС Windows:

# On Windows, you must also download and install a packet sniffing library, such as Npcap, that implements the libpcap interfaces.
packetbeat.interfaces.device: pcap

output.logstash:
  ssl.enabled: true
  ssl.verification_mode: none

Для ОС Linux:

packetbeat.interfaces.device: any

output.logstash:
  ssl.enabled: true
  ssl.verification_mode: none