forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Filebeat] Missing file cisco.yml.disabled(elastic#11563)
This file was missing from the new cisco module
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |