HI team,
I have a grafana dashboard with line graph. i want to navigate to kibana logs with corresponding time range provided by grafana. But kibana does nt show the logs on discover. it fails due to time value.
This one works:
https://mykibana.org/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
When the time value is filled by grafana, using this data link:
https://mykibana.org/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:${__from},to:${__to}))
which generate an url like this for example based on chosen point:
https://mykibana.org/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:1604002957536,to:1604002959093))
This one fails navigation and make it hard for logs analysis. I have seen this issue already on another topic Help required for Kibana link redirection from Grafana
but the resolution is not clear. Is there a fix or another way to manage this problem ?
Any help will be great !