mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Specify outputs for Elasticsearch and Kibana for Eval and Import Mode
Add outputs for Elasticsearch and Kibana for Eval/Import Mode, since Logstash is not used in Eval Mode or Import Mode. Otherwise, logs from these inputs end up in a filebeat-prefixed index.
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