mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
update FB config
This commit is contained in:
@@ -20,7 +20,7 @@ name: {{ HOSTNAME }}
|
||||
|
||||
# Sets log level. The default log level is info.
|
||||
# Available log levels are: error, warning, info, debug
|
||||
logging.level: error
|
||||
logging.level: warning
|
||||
|
||||
# Enable debug output for selected components. To enable all selectors use ["*"]
|
||||
# Other available selectors are "beat", "publish", "service"
|
||||
@@ -83,6 +83,7 @@ filebeat.inputs:
|
||||
fields:
|
||||
module: zeek
|
||||
dataset: {{ LOGNAME }}
|
||||
category: network
|
||||
processors:
|
||||
- drop_fields:
|
||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||
@@ -100,6 +101,7 @@ filebeat.inputs:
|
||||
fields:
|
||||
module: suricata
|
||||
dataset: alert
|
||||
category: network
|
||||
|
||||
processors:
|
||||
- drop_fields:
|
||||
@@ -118,7 +120,7 @@ filebeat.inputs:
|
||||
fields:
|
||||
module: ossec
|
||||
dataset: alert
|
||||
|
||||
category: host
|
||||
processors:
|
||||
- drop_fields:
|
||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||
|
||||
Reference in New Issue
Block a user