Fix pipeline name

This commit is contained in:
William Wernert
2021-07-30 13:09:09 -04:00
parent 01bb94514c
commit b9980c9d30

View File

@@ -10,7 +10,7 @@ output {
if [module] =~ "logscan" {
elasticsearch {
id => "logscan_pipeline"
pipeline => "%{module}"
pipeline => "logscan"
hosts => "{{ ES }}"
{% if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
user => "{{ ES_USER }}"