Skip to content

Commit

Permalink
Remove unused var in Checkpoint module (elastic#18389) (elastic#18574)
Browse files Browse the repository at this point in the history
This removes references to `var.log_level` in checkpoint module's
configuration. This variable is not used, just a left-over from using
the cisco module as a base.

(cherry picked from commit e742954)
  • Loading branch information
adriansr authored May 15, 2020
1 parent 1c88e6c commit 8181d11
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
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

0 comments on commit 8181d11

Please sign in to comment.