[fix] ES is not set up to use ssl by default

This commit is contained in:
William Wernert
2020-04-06 11:46:23 -04:00
parent fea345326b
commit 0048ffde70

View File

@@ -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-*