mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] ES is not set up to use ssl by default
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{%- set CORTEXKEY = salt['pillar.get']('static:cortexorguserkey', '') %}
|
||||
|
||||
[es]
|
||||
es_url = https://{{ip}}:9200
|
||||
es_url = http://{{ip}}:9200
|
||||
es_user = YOURESUSER
|
||||
es_pass = YOURESPASS
|
||||
es_index_pattern = so-*
|
||||
|
||||
Reference in New Issue
Block a user