Hi, I want to generate dynamic urls for logs viewing, but I have epoch time in my integrated service. So when i pass something like time:(from:1595007316121,mode:absolute,to:1595007816121) the time picker on the upper right translates properly, but the query returns 0 hit
If no errors are thrown, then I suspect the issue is that there's a mismatch in the timezone between the time-field in your index pattern and the one that you are using to issue the query. The timepicker uses the timezone set in Kibana while the documents in the index have epoch time stamps.
I recommend the following:
Check the date format of your time field in the Index Pattern UI
In Advanced Settings, you might need to change your timezone (it defaults to the browser timezone but you can set that to something else)
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.