mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix msg
This commit is contained in:
@@ -352,13 +352,13 @@ phases_pillar_2_4_80() {
|
|||||||
|
|
||||||
#so-yaml.py remove /opt/so/saltstack/local/pillar/elasticsearch/soc_elasticsearch.sls elasticsearch.index_settings.global_overrides.index_template.phases
|
#so-yaml.py remove /opt/so/saltstack/local/pillar/elasticsearch/soc_elasticsearch.sls elasticsearch.index_settings.global_overrides.index_template.phases
|
||||||
#if so-yaml removed stuff add this message to the FINAL_MESSAGE_QUEUE
|
#if so-yaml removed stuff add this message to the FINAL_MESSAGE_QUEUE
|
||||||
read -r -d '' msg << EOM
|
read -r -d '' msg << EOF
|
||||||
Found elasticsearch.index_settings.global_overrides.index_template.phases set to:
|
Found elasticsearch.index_settings.global_overrides.index_template.phases set to:
|
||||||
so-yaml removed stuff here
|
so-yaml removed stuff here
|
||||||
A backup of all pillars was saved to /nsm/backup/
|
A backup of all pillars was saved to /nsm/backup/
|
||||||
Removed unused pillar value: elasticsearch.index_settings.global_overrides.index_template.phases
|
Removed unused pillar value: elasticsearch.index_settings.global_overrides.index_template.phases
|
||||||
If you want to set policies, navigate to the SOC Grid Configuration UI at elasticsearch.index_settings.global_overrides.policy.phases"
|
If you want to set policies, navigate to the SOC Grid Configuration UI at elasticsearch.index_settings.global_overrides.policy.phases
|
||||||
EOM
|
EOF
|
||||||
|
|
||||||
FINAL_MESSAGE_QUEUE+=("$msg")
|
FINAL_MESSAGE_QUEUE+=("$msg")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user