mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Don't predefine index date for Filebeat ES outputs
This commit is contained in:
@@ -82,7 +82,7 @@ filebeat.inputs:
|
|||||||
module: syslog
|
module: syslog
|
||||||
dataset: syslog
|
dataset: syslog
|
||||||
pipeline: "syslog"
|
pipeline: "syslog"
|
||||||
index: "so-syslog-%{+yyyy.MM.dd}"
|
index: "so-syslog"
|
||||||
processors:
|
processors:
|
||||||
- drop_fields:
|
- drop_fields:
|
||||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||||
@@ -95,7 +95,7 @@ filebeat.inputs:
|
|||||||
module: syslog
|
module: syslog
|
||||||
dataset: syslog
|
dataset: syslog
|
||||||
pipeline: "syslog"
|
pipeline: "syslog"
|
||||||
index: "so-syslog-%{+yyyy.MM.dd}"
|
index: "so-syslog"
|
||||||
processors:
|
processors:
|
||||||
- drop_fields:
|
- drop_fields:
|
||||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||||
@@ -259,22 +259,22 @@ output.elasticsearch:
|
|||||||
pipelines:
|
pipelines:
|
||||||
- pipeline: "%{[module]}.%{[dataset]}"
|
- pipeline: "%{[module]}.%{[dataset]}"
|
||||||
indices:
|
indices:
|
||||||
- index: "so-import-%{+yyyy.MM.dd}"
|
- index: "so-import"
|
||||||
when.contains:
|
when.contains:
|
||||||
tags: "import"
|
tags: "import"
|
||||||
- index: "so-zeek-%{+yyyy.MM.dd}"
|
- index: "so-zeek"
|
||||||
when.contains:
|
when.contains:
|
||||||
module: "zeek"
|
module: "zeek"
|
||||||
- index: "so-ids-%{+yyyy.MM.dd}"
|
- index: "so-ids"
|
||||||
when.contains:
|
when.contains:
|
||||||
module: "suricata"
|
module: "suricata"
|
||||||
- index: "so-ossec-%{+yyyy.MM.dd}"
|
- index: "so-ossec"
|
||||||
when.contains:
|
when.contains:
|
||||||
module: "ossec"
|
module: "ossec"
|
||||||
- index: "so-osquery-%{+yyyy.MM.dd}"
|
- index: "so-osquery"
|
||||||
when.contains:
|
when.contains:
|
||||||
module: "osquery"
|
module: "osquery"
|
||||||
- index: "so-strelka-%{+yyyy.MM.dd}"
|
- index: "so-strelka"
|
||||||
when.contains:
|
when.contains:
|
||||||
module: "strelka"
|
module: "strelka"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user