I can not load the data in the Kibana table whenever my data contains a date format column
I'm using the latest version of ELK
Please kindly help me to resolve this issue
Thanks so much
I can not load the data in the Kibana table whenever my data contains a date format column
Please kindly help me to resolve this issue
Thanks so much
Hi, could you provide some more info so that we can help you. Some things I'd be interested in:
Hi majagrubic
index name: swap_comp_report , index pattern: swap_comp_report*
Hi majagrubic,
The problem was resolved. I tried to change the time range to 15 year ago
But one more question
For now, seems kibana creates timestamp by a date field in my csv data. How can I create the timestamp as current millisecond?
Thank you so much
Glad it was resolved.
You can create a scripted field that would get your date as milliseconds. The script would look something like:
doc['my_date_column'].date.getMillis()
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.