Created
May 8, 2017 13:21
-
-
Save rossanthony/81251598eb32967e2b6feb19c165b9a5 to your computer and use it in GitHub Desktop.
ES date histogram aggregations query results
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
{ | |
"total": 5, | |
"dateRange": { | |
"from": "2017-05-08T00:00:00Z", | |
"to": "2017-05-08T23:59:59Z" | |
}, | |
"aggregations": { | |
"views": { | |
"buckets": [ | |
{ | |
"key_as_string": "2017-05-08T04:00:00.000Z", | |
"key": 1494216000000, | |
"doc_count": 4 | |
}, | |
{ | |
"key_as_string": "2017-05-08T05:00:00.000Z", | |
"key": 1494219600000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T06:00:00.000Z", | |
"key": 1494223200000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T07:00:00.000Z", | |
"key": 1494226800000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T08:00:00.000Z", | |
"key": 1494230400000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T09:00:00.000Z", | |
"key": 1494234000000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T10:00:00.000Z", | |
"key": 1494237600000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T11:00:00.000Z", | |
"key": 1494241200000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T12:00:00.000Z", | |
"key": 1494244800000, | |
"doc_count": 0 | |
}, | |
{ | |
"key_as_string": "2017-05-08T13:00:00.000Z", | |
"key": 1494248400000, | |
"doc_count": 1 | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment