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