mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix indent
This commit is contained in:
@@ -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' }},
|
||||||
|
|||||||
Reference in New Issue
Block a user