mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Refresh fieldcaps every 5 minutes
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
{%- set WEBSOCKET_TIMEOUT = salt['pillar.get']('sensoroni:websocket_timeout_ms', 0) %}
|
{%- set WEBSOCKET_TIMEOUT = salt['pillar.get']('sensoroni:websocket_timeout_ms', 0) %}
|
||||||
{%- set TIP_TIMEOUT = salt['pillar.get']('sensoroni:tip_timeout_ms', 0) %}
|
{%- set TIP_TIMEOUT = salt['pillar.get']('sensoroni:tip_timeout_ms', 0) %}
|
||||||
{%- set CACHE_EXPIRATION = salt['pillar.get']('sensoroni:cache_expiration_ms', 0) %}
|
{%- set CACHE_EXPIRATION = salt['pillar.get']('sensoroni:cache_expiration_ms', 0) %}
|
||||||
|
{%- set ES_FIELDCAPS_CACHE = salt['pillar.get']('sensoroni:es_fieldcaps_cache_ms', '300000') %}
|
||||||
{%- import_json "soc/files/soc/alerts.queries.json" as alerts_queries %}
|
{%- import_json "soc/files/soc/alerts.queries.json" as alerts_queries %}
|
||||||
{%- import_json "soc/files/soc/alerts.actions.json" as alerts_actions %}
|
{%- import_json "soc/files/soc/alerts.actions.json" as alerts_actions %}
|
||||||
{%- import_json "soc/files/soc/alerts.eventfields.json" as alerts_eventfields %}
|
{%- import_json "soc/files/soc/alerts.eventfields.json" as alerts_eventfields %}
|
||||||
@@ -49,6 +50,7 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
"username": "",
|
"username": "",
|
||||||
"password": "",
|
"password": "",
|
||||||
|
"cacheMs": {{ ES_FIELDCAPS_CACHE }},
|
||||||
"verifyCert": false
|
"verifyCert": false
|
||||||
},
|
},
|
||||||
"sostatus": {
|
"sostatus": {
|
||||||
|
|||||||
Reference in New Issue
Block a user