I´m using the "item url" in TSVB visualization to link to another dashboard.
In the new dashboard the search is already filled with the value of "{{key}}"
(thats ok).
When link to another dashboard I also want to keep the selected time interval. Is this possible?
Maybe I have to set &_g=(time:)?
This is my current item url with a static time interval of one hour :
<URL>?_a=(query:(language:kuery,query:'host.name:"{{key}}"'))&_g=(time:(from:now-1h,to:now))
Can somebody help me?
Thanks!