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 %}
|
{%- endif %}
|
||||||
{%- set ES_INDEX_PATTERNS = salt['pillar.get']('soc:es_index_patterns', '*:so-*') %}
|
{%- set ES_INDEX_PATTERNS = salt['pillar.get']('soc:es_index_patterns', '*:so-*') %}
|
||||||
{%- set CASE_MODULE = salt['pillar.get']('soc:case_module', 'soc') %}
|
{%- 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",
|
"logFilename": "/opt/sensoroni/logs/sensoroni-server.log",
|
||||||
"server": {
|
"server": {
|
||||||
@@ -101,9 +101,9 @@
|
|||||||
"username": "{{ ES_USER }}",
|
"username": "{{ ES_USER }}",
|
||||||
"password": "{{ ES_PASS }}",
|
"password": "{{ ES_PASS }}",
|
||||||
},
|
},
|
||||||
{%- elif CASE_MODULE == 'generichttp' %}
|
{%- elif CASE_MODULE == 'httpcase' %}
|
||||||
"generichttp": {
|
"httpcase": {
|
||||||
{{ GENERIC_CASE_CONFIG }}
|
{{ HTTPCASE_CONFIG }}
|
||||||
},
|
},
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
"statickeyauth": {
|
"statickeyauth": {
|
||||||
|
|||||||
Reference in New Issue
Block a user