From 583735792d76ffccd3519102bf4d1bc776f3e592 Mon Sep 17 00:00:00 2001 From: Adrian Serrano Date: Fri, 8 May 2020 17:15:15 +0200 Subject: [PATCH] Remove unused var in Checkpoint module 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. --- x-pack/filebeat/filebeat.reference.yml | 4 ---- x-pack/filebeat/module/checkpoint/_meta/config.yml | 5 ----- x-pack/filebeat/module/checkpoint/firewall/manifest.yml | 2 -- x-pack/filebeat/modules.d/checkpoint.yml.disabled | 5 ----- 4 files changed, 16 deletions(-) diff --git a/x-pack/filebeat/filebeat.reference.yml b/x-pack/filebeat/filebeat.reference.yml index a6d5d51116d1..8c69b6c8368d 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -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: diff --git a/x-pack/filebeat/module/checkpoint/_meta/config.yml b/x-pack/filebeat/module/checkpoint/_meta/config.yml index 57f45e9c54b2..4408a7ba5f2a 100644 --- a/x-pack/filebeat/module/checkpoint/_meta/config.yml +++ b/x-pack/filebeat/module/checkpoint/_meta/config.yml @@ -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 \ No newline at end of file diff --git a/x-pack/filebeat/module/checkpoint/firewall/manifest.yml b/x-pack/filebeat/module/checkpoint/firewall/manifest.yml index 789f06ac21c2..9b1da1c03e60 100644 --- a/x-pack/filebeat/module/checkpoint/firewall/manifest.yml +++ b/x-pack/filebeat/module/checkpoint/firewall/manifest.yml @@ -9,8 +9,6 @@ var: default: 9001 - name: input default: syslog - - name: log_level - default: 7 ingest_pipeline: - ingest/pipeline.json diff --git a/x-pack/filebeat/modules.d/checkpoint.yml.disabled b/x-pack/filebeat/modules.d/checkpoint.yml.disabled index 9bb681447fb9..6963ecbef997 100644 --- a/x-pack/filebeat/modules.d/checkpoint.yml.disabled +++ b/x-pack/filebeat/modules.d/checkpoint.yml.disabled @@ -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 \ No newline at end of file