mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix pipeline name
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user