Skip to content

Commit

Permalink
Update X-Pack Packetbeat config (elastic#23666)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh authored Jan 25, 2021
1 parent 6291419 commit 2942979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion x-pack/packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packetbeat.flows:

packetbeat.protocols:
- type: icmp
# Enable ICMPv4 and ICMPv6 monitoring. Default: true
# Enable ICMPv4 and ICMPv6 monitoring. The default is true.
#enabled: true

# Set to true to publish fields with null values in events.
Expand Down
8 changes: 5 additions & 3 deletions x-pack/packetbeat/packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packetbeat.flows:

packetbeat.protocols:
- type: icmp
# Enable ICMPv4 and ICMPv6 monitoring. Default: false
# Enable ICMPv4 and ICMPv6 monitoring. The default is true.
enabled: true

- type: amqp
Expand All @@ -47,7 +47,8 @@ packetbeat.protocols:
ports: [5672]

- type: cassandra
#Cassandra port for traffic monitoring.
# Configure the ports where to listen for Cassandra traffic. You can disable
# the Cassandra protocol by commenting out the list of ports.
ports: [9042]

- type: dhcpv4
Expand Down Expand Up @@ -112,7 +113,8 @@ packetbeat.protocols:
- 9243 # Elasticsearch

- type: sip
# Configure the ports where to listen for SIP traffic. You can disable the SIP protocol by commenting out the list of ports.
# Configure the ports where to listen for SIP traffic. You can disable
# the SIP protocol by commenting out the list of ports.
ports: [5060]

# ======================= Elasticsearch template setting =======================
Expand Down

0 comments on commit 2942979

Please sign in to comment.