Skip to content

Commit

Permalink
[Filebeat] Missing file cisco.yml.disabled(elastic#11563)
Browse files Browse the repository at this point in the history
This file was missing from the new cisco module
  • Loading branch information
adriansr authored Apr 1, 2019
1 parent 5c04770 commit 6b04ff0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions x-pack/filebeat/modules.d/cisco.yml.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Module: cisco
# Docs: https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-module-cisco.html

- module: cisco
asa:
enabled: true

# Set which input to use between syslog (default) or file.
#var.input:

# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
#var.paths:

# 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 6b04ff0

Please sign in to comment.