mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
fix pillar call
This commit is contained in:
@@ -644,8 +644,8 @@
|
|||||||
url = "http://localhost:9600"
|
url = "http://localhost:9600"
|
||||||
collect = ["pipelines"]
|
collect = ["pipelines"]
|
||||||
{% if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
{% if salt['pillar.get']('elasticsearch:auth:enabled') is sameas true %}
|
||||||
username = "{{ salt['pillar.get']('elasticsearch:auth:so_logstash_user:user') }}"
|
username = "{{ salt['pillar.get']('elasticsearch:auth:users:so_logstash_user:user') }}"
|
||||||
password = "{{ salt['pillar.get']('elasticsearch:auth:so_logstash_user:pass') }}"
|
password = "{{ salt['pillar.get']('elasticsearch:auth:users:so_logstash_user:pass') }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user