Skip to content

Commit

Permalink
Merge pull request elastic#758 from andrewkroh/bugfix/add-icmp-config
Browse files Browse the repository at this point in the history
Add ICMP to Packetbeat config file
  • Loading branch information
ruflin committed Jan 18, 2016
2 parents fce7d91 + 6026415 commit 368667a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packetbeat/docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ The per protocol transaction timeout. Expired transactions will no longer be cor

===== enabled

The ICMP protocol can be enabled/disabled via this option.
The ICMP protocol can be enabled/disabled via this option. The default is false.

If enabled Packetbeat will generate the following BPF filter: `"icmp or icmp6"`.

Expand Down
4 changes: 4 additions & 0 deletions packetbeat/etc/beat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ interfaces:

############################# Protocols #######################################
protocols:
icmp:
# Enable ICMPv4 and ICMPv6 monitoring. Default: false
enabled: true

dns:
# Configure the ports where to listen for DNS traffic. You can disable
# the DNS protocol by commenting out the list of ports.
Expand Down
4 changes: 4 additions & 0 deletions packetbeat/etc/packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ interfaces:

############################# Protocols #######################################
protocols:
icmp:
# Enable ICMPv4 and ICMPv6 monitoring. Default: false
enabled: true

dns:
# Configure the ports where to listen for DNS traffic. You can disable
# the DNS protocol by commenting out the list of ports.
Expand Down

0 comments on commit 368667a

Please sign in to comment.