mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Switch to httpcase for consistency
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
{%- endif %}
|
||||
{%- set ES_INDEX_PATTERNS = salt['pillar.get']('soc:es_index_patterns', '*:so-*') %}
|
||||
{%- set CASE_MODULE = salt['pillar.get']('soc:case_module', 'soc') %}
|
||||
{%- set GENERIC_CASE_CONFIG = salt['pillar.get']('soc:generic_case_config', '') %}
|
||||
{%- set HTTPCASE_CONFIG = salt['pillar.get']('soc:httpcase_config', '') %}
|
||||
{
|
||||
"logFilename": "/opt/sensoroni/logs/sensoroni-server.log",
|
||||
"server": {
|
||||
@@ -101,9 +101,9 @@
|
||||
"username": "{{ ES_USER }}",
|
||||
"password": "{{ ES_PASS }}",
|
||||
},
|
||||
{%- elif CASE_MODULE == 'generichttp' %}
|
||||
"generichttp": {
|
||||
{{ GENERIC_CASE_CONFIG }}
|
||||
{%- elif CASE_MODULE == 'httpcase' %}
|
||||
"httpcase": {
|
||||
{{ HTTPCASE_CONFIG }}
|
||||
},
|
||||
{%- endif %}
|
||||
"statickeyauth": {
|
||||
|
||||
Reference in New Issue
Block a user