Fix template name

This commit is contained in:
Wes Lambert
2020-03-17 15:15:01 +00:00
parent 2e72816d2a
commit 5ed3dbff39
15 changed files with 15 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "so-switch-%{+YYYY.MM.dd}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

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

View File

@@ -21,7 +21,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "so-flow-%{+YYYY.MM.dd}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -20,7 +20,7 @@ output {
#stdout { codec => rubydebug }
elasticsearch {
hosts => "{{ ES }}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -19,7 +19,7 @@ output {
if [event_type] == "esxi" and "test_data" not in [tags] {
elasticsearch {
hosts => "{{ ES }}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -19,7 +19,7 @@ output {
if [event_type] == "greensql" and "test_data" not in [tags] {
elasticsearch {
hosts => "{{ ES }}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -20,7 +20,7 @@ output {
#stdout { codec => rubydebug }
elasticsearch {
hosts => "{{ ES }}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -20,7 +20,7 @@ output {
#stdout { codec => rubydebug }
elasticsearch {
hosts => "{{ ES }}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -22,7 +22,7 @@ output {
hosts => "{{ ES }}"
index => "so-ids-%{+YYYY.MM.dd}"
template_name => "logstash"
template => "/so-template.json"
template => "/so-common-template.json"
template_overwrite => true
}
}

View File

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

View File

@@ -13,7 +13,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "so-osquery-%{+YYYY.MM.dd}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

@@ -22,7 +22,7 @@ output {
hosts => "{{ ES }}"
index => "so-firewall-%{+YYYY.MM.dd}"
template_name => "logstash"
template => "/so-template.json"
template => "/so-common-template.json"
template_overwrite => true
}
}

View File

@@ -21,7 +21,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "so-windows-%{+YYYY.MM.dd}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}

View File

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

View File

@@ -21,7 +21,7 @@ output {
elasticsearch {
hosts => "{{ ES }}"
index => "so-ids-%{+YYYY.MM.dd}"
template => "/so-template.json"
template => "/so-common-template.json"
}
}
}