WARNING: Version 6.1 of Packetbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Capture ICMP traffic
editCapture ICMP traffic
editThe icmp
section of the packetbeat.yml
config file specifies options for
the ICMP protocol. Here is a sample configuration section for ICMP:
packetbeat.protocols: - type: icmp enabled: true
Configuration options
editAlso see Common protocol options.
enabled
editThe ICMP protocol can be enabled/disabled via this option. The default is true.
If enabled Packetbeat will generate the following BPF filter: "icmp or icmp6"
.