View gist:e95d325706ab7b6326c5f948e604276e
GET indexXXXX*/_search | |
{ | |
"query": { | |
"bool": { | |
"must": [ | |
{ | |
"match": { | |
"_id": "XXXXXXXXX-XXXXXXXXX" | |
} | |
} |
View slack_alert_x.yaml
name: slack_alert_x | |
type: any | |
buffer_time: | |
minutes: 30 | |
index: api_x* | |
doc_type: api_x |