mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #14287 from Security-Onion-Solutions/reyesj2-patch-41
elasticsearch templates load
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"package": {
|
||||||
|
"name": "log"
|
||||||
|
},
|
||||||
|
"managed_by": "fleet",
|
||||||
|
"managed": true
|
||||||
|
}
|
||||||
@@ -537,6 +537,10 @@ post_to_2.4.120() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_to_2.4.130() {
|
post_to_2.4.130() {
|
||||||
|
# Optional integrations are loaded AFTER initial successful load of core ES templates (/opt/so/state/estemplates.txt)
|
||||||
|
# Dynamic templates are created in elasticsearch.enabled for every optional integration based on output of so-elastic-fleet-optional-integrations-load script
|
||||||
|
echo "Ensuring Elasticsearch templates are up to date after updating package registry"
|
||||||
|
salt-call state.apply elasticsearch queue=True
|
||||||
|
|
||||||
# Update kibana default space
|
# Update kibana default space
|
||||||
salt-call state.apply kibana.config queue=True
|
salt-call state.apply kibana.config queue=True
|
||||||
|
|||||||
Reference in New Issue
Block a user