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