mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix pipeline name
This commit is contained in:
@@ -10,7 +10,7 @@ output {
|
|||||||
if [module] =~ "logscan" {
|
if [module] =~ "logscan" {
|
||||||
elasticsearch {
|
elasticsearch {
|
||||||
id => "logscan_pipeline"
|
id => "logscan_pipeline"
|
||||||
pipeline => "%{module}"
|
pipeline => "logscan"
|
||||||
hosts => "{{ ES }}"
|
hosts => "{{ ES }}"
|
||||||
{% if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
{% if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
||||||
user => "{{ ES_USER }}"
|
user => "{{ ES_USER }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user