Skip to content

Instantly share code, notes, and snippets.

@johtani
Created October 31, 2014 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johtani/37844527cbd4daf61ed0 to your computer and use it in GitHub Desktop.
Save johtani/37844527cbd4daf61ed0 to your computer and use it in GitHub Desktop.
Analyze the issue about kibana3 histogram no showing...
GET sensu-metrics-2014.10.31/_search
{
"facets": {
"0": {
"date_histogram": {
"key_field": "@timestamp",
"value_field": "value",
"interval": "1m"
},
"global": true,
"facet_filter": {
"fquery": {
"query": {
"filtered": {
"query": {
"query_string": {
"query": "*"
}
},
"filter": {
"bool": {
"must": [
{
"range": {
"@timestamp": {
"from": 1414674585530,
"to": 1414687237345
}
}
}
]
}
}
}
}
}
}
}
},
"size": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment