mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-20 22:15:28 +01:00
More Playbook Fixes - Issue #1064
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{% set es = salt['pillar.get']('global:managerip', '') %}
|
||||
{% set hivehost = salt['pillar.get']('global:managerip', '') %}
|
||||
{% set hivekey = salt['pillar.get']('global:hivekey', '') %}
|
||||
alert: hivealerter
|
||||
alert:
|
||||
- "modules.so.playbook-es.PlaybookESAlerter"
|
||||
- "hivealerter"
|
||||
|
||||
hive_connection:
|
||||
hive_host: http://{{hivehost}}
|
||||
@@ -24,7 +26,6 @@ hive_alert_config:
|
||||
follow: True
|
||||
caseTemplate: '5000'
|
||||
|
||||
alert: modules.so.playbook-es.PlaybookESAlerter
|
||||
elasticsearch_host: "{{ es }}:9200"
|
||||
play_title: ""
|
||||
event.module: "playbook"
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{% set es = salt['pillar.get']('global:managerip', '') %}
|
||||
{% set hivehost = salt['pillar.get']('global:managerip', '') %}
|
||||
{% set hivekey = salt['pillar.get']('global:hivekey', '') %}
|
||||
alert: hivealerter
|
||||
alert:
|
||||
- "modules.so.playbook-es.PlaybookESAlerter"
|
||||
- "hivealerter"
|
||||
|
||||
hive_connection:
|
||||
hive_host: http://{{hivehost}}
|
||||
@@ -31,7 +33,6 @@ hive_alert_config:
|
||||
caseTemplate: '5000'
|
||||
|
||||
|
||||
alert: modules.so.playbook-es.PlaybookESAlerter
|
||||
elasticsearch_host: "{{ es }}:9200"
|
||||
play_title: ""
|
||||
event.module: "playbook"
|
||||
|
||||
Reference in New Issue
Block a user