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

Remove unused flag in Checkpoint module configuration #18389

Merged
merged 1 commit into from
May 15, 2020
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
4 changes: 0 additions & 4 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,6 @@ filebeat.modules:
# The UDP port to listen for syslog traffic. Defaults to 9001.
#var.syslog_port: 9001

# Set the log level from 1 (alerts only) to 7 (include all messages).
# Messages with a log level higher than the specified will be dropped.
# See https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog/syslogs-sev-level.html
#var.log_level: 7
#-------------------------------- Cisco Module --------------------------------
- module: cisco
asa:
Expand Down
5 changes: 0 additions & 5 deletions x-pack/filebeat/module/checkpoint/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@

# The UDP port to listen for syslog traffic. Defaults to 9001.
#var.syslog_port: 9001

# Set the log level from 1 (alerts only) to 7 (include all messages).
# Messages with a log level higher than the specified will be dropped.
# See https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog/syslogs-sev-level.html
#var.log_level: 7
2 changes: 0 additions & 2 deletions x-pack/filebeat/module/checkpoint/firewall/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ var:
default: 9001
- name: input
default: syslog
- name: log_level
default: 7

ingest_pipeline:
- ingest/pipeline.json
Expand Down
5 changes: 0 additions & 5 deletions x-pack/filebeat/modules.d/checkpoint.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@

# The UDP port to listen for syslog traffic. Defaults to 9001.
#var.syslog_port: 9001

# Set the log level from 1 (alerts only) to 7 (include all messages).
# Messages with a log level higher than the specified will be dropped.
# See https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog/syslogs-sev-level.html
#var.log_level: 7