Hi all,
I'm having the same problem referenced in this thread: Kibana Data Table Date Histogram Aggregation Useless labels - namely, when I split a table and use a Date Histogram aggregation, the column labels appear in epoch time rather than a human-readable format, even when I explicitly specify format
.
Although, inspecting the response data, I think I see the problem - the formatted date is returned in key_as_string
, but key
is still in epoch time. I'm assuming that Kibana is using key
as the column label rather than key_as_string
.
Is this intentional, and/or is there a way to force Kibana to use key_as_string
?