Don't forget history

Also update so-detectionhistory to have a refresh_interval of 1s.
This commit is contained in:
Corey Ogburn
2024-07-25 14:01:10 -06:00
parent ccf88fa62b
commit 0cb067f6f2

View File

@@ -682,6 +682,7 @@ up_to_2.4.90() {
so-yaml.py add /opt/so/saltstack/local/pillar/kafka/soc_kafka.sls kafka.config.password "$kafkatrimpass"
so-yaml.py add /opt/so/saltstack/local/pillar/kafka/soc_kafka.sls kafka.config.trustpass "$kafkatrust"
so-elasticsearch-query so-detection/_settings -X PUT -d '{"index":{"refresh_interval":"1s"}}'
so-elasticsearch-query so-detectionhistory/_settings -X PUT -d '{"index":{"refresh_interval":"1s"}}'
INSTALLEDVERSION=2.4.90
}