I want to order
Hour
values in Ascending order in a bar chart of Kibana 5:
The problem is that the order is 0, 1, 10, 2, ...
instead of 0, 1, 2, 3, ...
. The possible reason is that Hour
is a keyword, not integer. In Elasticsearch I can see "Hour": "1"
, etc.
Is it possible to convert Hour
values to integer on the fly in Kibana?