You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to provide a hyperlink in kibana dashboard which navigates to an external site. At present,
Created a TSVB visualization type and added a markdown to define the URL.
Need to pass the selected date time range as query string to the URL defined in the markdown.
Tried fetching the date time filter from the filter control, but the auto interval time is added to the selected time in the query string.
Attached reference screenshots.
URL configuration in TSVB markdown:
![
Data options for selecting start datetime from filter control:
Data options for selecting end datetime from filter control:
Auto-time interval is added in query string.
May I please know how to fetch the exact date time range from calendar filter control in TSVB markdown?
Or is there any better way to add a link in Kibana dashboard to navigate to external site and pass date time in query string of the URL?
The text was updated successfully, but these errors were encountered:
you cannot get access to the selected time filter range in TSVB markdown. So you cannot craft links that do that. The issue you want to follow is the URL drilldown, which will allow creating drilldowns to external URLs: #55324
I need to provide a hyperlink in kibana dashboard which navigates to an external site. At present,
Created a TSVB visualization type and added a markdown to define the URL.
Need to pass the selected date time range as query string to the URL defined in the markdown.
Referring to below thread:
https://discuss.elastic.co/t/tsvb-visualisation-get-the-filter-date-value/240309
Tried fetching the date time filter from the filter control, but the auto interval time is added to the selected time in the query string.
Attached reference screenshots.
URL configuration in TSVB markdown:
![
Data options for selecting start datetime from filter control:
May I please know how to fetch the exact date time range from calendar filter control in TSVB markdown?
Or is there any better way to add a link in Kibana dashboard to navigate to external site and pass date time in query string of the URL?
The text was updated successfully, but these errors were encountered: