Skip to content

Instantly share code, notes, and snippets.

View gustavomf-cit's full-sized avatar

Gustavo Freitas gustavomf-cit

View GitHub Profile
@gustavomf-cit
gustavomf-cit / slack_alert_x.yaml
Created August 29, 2018 15:14
elastalert agregation
name: slack_alert_x
type: any
buffer_time:
minutes: 30
index: api_x*
doc_type: api_x
@gustavomf-cit
gustavomf-cit / gist:e95d325706ab7b6326c5f948e604276e
Created August 28, 2018 21:19
ES get and update using script
GET indexXXXX*/_search
{
"query": {
"bool": {
"must": [
{
"match": {
"_id": "XXXXXXXXX-XXXXXXXXX"
}
}