Canvas Time Filter - [parse_exception] failed to parse date field

Hello,
I'm using Kibana 6.7.2

Adding a time filter I get a lot of Error Messages like this and a table with only Headers but now content rows:

[parse_exception] failed to parse date field [2019-11-21T23:00:00.000Z] with format [YYYYMMdd HHmmss Z]

Any Ideas how to change the date format?

Timefilter Expression:

timefilterControl compact=true column="@timestamp"
| render

Table Expression:

filters
| essql
query="SELECT
CDR_TIME AS timestamp,
IMSI AS IMSI,
sender AS Sender
FROM
"basys-billing_tap*""
| table
| render

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.