fix indent

This commit is contained in:
Jason Ertel
2021-12-28 08:33:31 -05:00
parent f335670b3f
commit 5a4473ecd6

View File

@@ -68,7 +68,7 @@
{%- endif %} {%- endif %}
"username": "{{ ES_USER }}", "username": "{{ ES_USER }}",
"password": "{{ ES_PASS }}", "password": "{{ ES_PASS }}",
"index": "{{ ES_INDEX_PATTERNS }}", "index": "{{ ES_INDEX_PATTERNS }}",
"cacheMs": {{ ES_FIELDCAPS_CACHE }}, "cacheMs": {{ ES_FIELDCAPS_CACHE }},
"verifyCert": false, "verifyCert": false,
"casesEnabled": {{ 'true' if CASE_MODULE == 'soc' else 'false' }}, "casesEnabled": {{ 'true' if CASE_MODULE == 'soc' else 'false' }},