Merge pull request #435 from Security-Onion-Solutions/fix/index_names

fix index names
This commit is contained in:
weslambert
2020-03-18 12:45:01 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ output {
elasticsearch {
pipeline => "%{event_type}"
hosts => "{{ ES }}"
index => "so-common-%{+YYYY.MM.dd}"
index => "so-ossec-%{+YYYY.MM.dd}"
template_name => "so-common"
template => "/so-common-template.json"
template_overwrite => true

View File

@@ -20,7 +20,7 @@ output {
if [event_type] =~ "strelka" {
elasticsearch {
hosts => "{{ ES }}"
index => "so-common-%{+YYYY.MM.dd}"
index => "so-strelka-%{+YYYY.MM.dd}"
template_name => "so-common"
template => "/so-common-template.json"
template_overwrite => true