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:
weslambert
2022-07-11 19:03:07 -04:00
committed by GitHub

View File

@@ -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 %}