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