mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #8275 from Security-Onion-Solutions/fix/filebeat_es_output_additions
Specify outputs for Elasticsearch and Kibana for Eval and Import Mode
This commit is contained in:
@@ -449,6 +449,12 @@ output.elasticsearch:
|
|||||||
- index: "so-logscan"
|
- index: "so-logscan"
|
||||||
when.contains:
|
when.contains:
|
||||||
module: "logscan"
|
module: "logscan"
|
||||||
|
- index: "so-elasticsearch-%{+YYYY.MM.dd}"
|
||||||
|
when.contains:
|
||||||
|
event.module: "elasticsearch"
|
||||||
|
- index: "so-kibana-%{+YYYY.MM.dd}"
|
||||||
|
when.contains:
|
||||||
|
event.module: "kibana"
|
||||||
|
|
||||||
setup.template.enabled: false
|
setup.template.enabled: false
|
||||||
{%- else %}
|
{%- else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user