resolve conflicts

This commit is contained in:
m0duspwnens
2020-02-20 17:00:15 -05:00
parent 2b34bdece9
commit e2ccebd2fa
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "logstash-import-%{+YYYY.MM.dd}"
template_name => "logstash-*"
template_name => "logstash"
template => "/logstash-template.json"
template_overwrite => true
}