mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Fix new scripts
This commit is contained in:
@@ -10,7 +10,7 @@ base:
|
||||
- masters.{{ grains.host }}
|
||||
- static
|
||||
- firewall.*
|
||||
- data
|
||||
- data.*
|
||||
|
||||
'G@role:so-node':
|
||||
- nodes.schedule
|
||||
|
||||
@@ -78,7 +78,7 @@ so-kibana:
|
||||
# Keep the setting correct
|
||||
KibanaHappy:
|
||||
cmd.script:
|
||||
shell: /bin/bash
|
||||
runas: socore
|
||||
source: salt://kibana/bin/keepkibanahappy.sh
|
||||
template: jinja
|
||||
- shell: /bin/bash
|
||||
- runas: socore
|
||||
- source: salt://kibana/bin/keepkibanahappy.sh
|
||||
- template: jinja
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
# Make sure Cross Cluster is good. Will need some logic once we have hot/warm
|
||||
crossclusterson:
|
||||
cmd.script:
|
||||
shell: /bin/bash
|
||||
runas: socore
|
||||
source: salt://utility/bin/crossthestreams.sh
|
||||
template: jinja
|
||||
- shell: /bin/bash
|
||||
- runas: socore
|
||||
- source: salt://utility/bin/crossthestreams.sh
|
||||
- template: jinja
|
||||
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user