mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Ensure correct template is used
This commit is contained in:
@@ -21,8 +21,8 @@ output {
|
|||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
index => "logstash-strelka-%{+YYYY.MM.dd}"
|
index => "logstash-strelka-%{+YYYY.MM.dd}"
|
||||||
template_name => "logstash"
|
template_name => "logstash-strelka"
|
||||||
template => "/logstash-template.json"
|
template => "/logstash-strelka-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ output {
|
|||||||
elasticsearch {
|
elasticsearch {
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
index => "logstash-strelka-%{+YYYY.MM.dd}"
|
index => "logstash-strelka-%{+YYYY.MM.dd}"
|
||||||
template_name => "logstash"
|
template_name => "logstash-strelka"
|
||||||
template => "/logstash-template.json"
|
template => "/logstash-strelka-template.json"
|
||||||
template_overwrite => true
|
template_overwrite => true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user