You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kibana doesn't support aggregations by date fields even though Elasticsearch support it. In the objects page, the visualization can be changed to allow aggregation by date, but Kibana does use the value_as_string field in the response. For example, for the following aggregate:
Kibana doesn't support aggregations by date fields even though Elasticsearch support it. In the objects page, the visualization can be changed to allow aggregation by date, but Kibana does use the value_as_string field in the response. For example, for the following aggregate:
The following response is returned:
The result in Kibana as a datagrid is:
![image](https://cloud.githubusercontent.com/assets/1904898/7658206/20f8b670-faed-11e4-92fa-a846dffc89f3.png)
Please enable both support for aggregations on date and choosing to use the value_as_string for display.
The text was updated successfully, but these errors were encountered: