Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created May 31, 2016 05:16
Show Gist options
  • Select an option

  • Save wyukawa/7b8473fbf06af2e9153e81df661d2ca2 to your computer and use it in GitHub Desktop.

Select an option

Save wyukawa/7b8473fbf06af2e9153e81df661d2ca2 to your computer and use it in GitHub Desktop.
{
"query": {
"filtered": {
"query": {
"query_string": {
"query": "*",
"analyze_wildcard": true
}
},
"filter": {
"bool": {
"must": [
{
"range": {
"@timestamp": {
"gte": 1464665675839,
"lte": 1464666575839,
"format": "epoch_millis"
}
}
}
],
"must_not": []
}
}
}
},
"size": 0,
"aggs": {
"6": {
"filters": {
"filters": {
"total:<5000": {
"query": {
"query_string": {
"query": "total:<5000",
"analyze_wildcard": true
}
}
}
}
},
"aggs": {
"5": {
"histogram": {
"field": "total",
"interval": 100,
"min_doc_count": 0,
"extended_bounds": {
"max": 5000
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment