mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Tweaked for sigmac backend change
This commit is contained in:
@@ -3,20 +3,6 @@
|
||||
{% set hivekey = salt['pillar.get']('static:hivekey', '') %}
|
||||
es_host: {{es}}
|
||||
es_port: 9200
|
||||
name: Alert-Name
|
||||
type: frequency
|
||||
index: "*:logstash-*"
|
||||
num_events: 1
|
||||
timeframe:
|
||||
minutes: 10
|
||||
buffer_time:
|
||||
minutes: 10
|
||||
allow_buffer_time_overlap: true
|
||||
|
||||
filter:
|
||||
- query:
|
||||
query_string:
|
||||
query: 'select from test'
|
||||
|
||||
alert: modules.so.thehive.TheHiveAlerter
|
||||
|
||||
@@ -32,7 +18,7 @@ hive_alert_config:
|
||||
title: '{rule[name]}'
|
||||
type: 'external'
|
||||
source: 'SecurityOnion'
|
||||
description: '`Data:` {match[message]}'
|
||||
description: "`Play:` https://{{es}}/playbook/issues/6000 \n\n `Data:` {match[message]}"
|
||||
severity: 2
|
||||
tags: ['elastalert', 'SecurityOnion']
|
||||
tlp: 3
|
||||
|
||||
Reference in New Issue
Block a user