mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
enable https on elasticsearch nodes that support it
This commit is contained in:
@@ -625,7 +625,8 @@
|
||||
servers = ["http://{{ MANAGER }}:9200"]
|
||||
{% elif grains['role'] in ['so-node', 'so-hotnode', 'so-warmnode', 'so-heavynode'] %}
|
||||
[[inputs.elasticsearch]]
|
||||
servers = ["http://{{ NODEIP }}:9200"]
|
||||
servers = ["https://{{ NODEIP }}:9200"]
|
||||
insecure_skip_verify = true
|
||||
{% endif %}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user