Created
May 31, 2016 05:16
-
-
Save wyukawa/7b8473fbf06af2e9153e81df661d2ca2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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