Hi
I have stored lots of data into Elastic Search with python directly. Now I want to display them in timelion dashboard.
But nothing data found there. The time format I stored looks well. Is anything else wrong with my data?
Hi
I have stored lots of data into Elastic Search with python directly. Now I want to display them in timelion dashboard.
But nothing data found there. The time format I stored looks well. Is anything else wrong with my data?
As your time field is named time
and not @timestamp
, which is the default, I suspect you will need to specify the time field as shown in this example from the docs.
Hi Christian, Thanks for your reply. I changed the time to timestamp. The chart in "Discover" page shows well. TImelion still keep nothing with .es(*)
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.