mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-04 18:37:52 +02:00
orchestate searchnode deployment
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{% set MANAGER = salt['pillar.get']('setup:manager') %}
|
||||
{% set SEARCHNODE = salt['pillar.get']('setup:searchnode') %}
|
||||
|
||||
manager_run_es_soc:
|
||||
salt.state:
|
||||
- tgt: {{ MANAGER }}
|
||||
- sls:
|
||||
- elasticsearch
|
||||
- soc
|
||||
|
||||
searchnode_run_highstate:
|
||||
salt.state:
|
||||
- tgt: {{ TARGET }}
|
||||
- highstate: True
|
||||
- require:
|
||||
- salt: manager_run_es_soc
|
||||
Reference in New Issue
Block a user