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.
|
# Sets log level. The default log level is info.
|
||||||
# Available log levels are: error, warning, info, debug
|
# 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 ["*"]
|
# Enable debug output for selected components. To enable all selectors use ["*"]
|
||||||
# Other available selectors are "beat", "publish", "service"
|
# Other available selectors are "beat", "publish", "service"
|
||||||
@@ -82,7 +82,8 @@ filebeat.inputs:
|
|||||||
- /nsm/zeek/logs/current/{{ LOGNAME }}.log
|
- /nsm/zeek/logs/current/{{ LOGNAME }}.log
|
||||||
fields:
|
fields:
|
||||||
module: zeek
|
module: zeek
|
||||||
dataset: {{ LOGNAME }}
|
dataset: {{ LOGNAME }}
|
||||||
|
category: network
|
||||||
processors:
|
processors:
|
||||||
- drop_fields:
|
- drop_fields:
|
||||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||||
@@ -100,6 +101,7 @@ filebeat.inputs:
|
|||||||
fields:
|
fields:
|
||||||
module: suricata
|
module: suricata
|
||||||
dataset: alert
|
dataset: alert
|
||||||
|
category: network
|
||||||
|
|
||||||
processors:
|
processors:
|
||||||
- drop_fields:
|
- drop_fields:
|
||||||
@@ -118,7 +120,7 @@ filebeat.inputs:
|
|||||||
fields:
|
fields:
|
||||||
module: ossec
|
module: ossec
|
||||||
dataset: alert
|
dataset: alert
|
||||||
|
category: host
|
||||||
processors:
|
processors:
|
||||||
- drop_fields:
|
- drop_fields:
|
||||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||||
|
|||||||
Reference in New Issue
Block a user