--

BigPanDemo.yaml: |-
---
name: BigPanDemo
type: frequency
limit_execution: "0/10 * * * *"
index: demo-*
num_events: 1
timeframe:
minutes: 10
alert: post
filter:
- query:
query_string:
query: "name: sms"
http_post_headers:
Content-Type: application/json
authorization: "Bearer 777"
http_post_payload:
name: name
time: "@timestamp"
appid: 666

http_post_static_payload:
app_key: 777
host: myapphostNotBigPandaHost
status: critical
http_post_url: "https://api.bigpanda.io/data/v2/alerts"

--

--