Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #22584 to 7.x: Fix cassandra and icmp comments in packetbeat.yml #23645

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packetbeat/_meta/config/beat.reference.yml.tmpl
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 packetbeat/_meta/config/beat.yml.tmpl
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]

{{header "Elasticsearch template setting"}}
Expand Down
2 changes: 1 addition & 1 deletion 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 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