Feb 5, 2021
--
How to send EalstAlert to BigPanda
First make sure that you have working bearer token an app_key of BigPanda.
Then test it by sending an alert using CURL or postman. Then, configure the alert.
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"