Hi,
I created a dashboard with two TSVB visualization, one control/filter and one markdown.
I defined a URL in Markdown visualization (see 4 in png)
I want to add tree parameters to the URL
- first control/filter field (see 1 in png)
- second control/filter field (see 2 in png)
- the time ragnge (see 3 in png)
How can I get those parameters and add them to the URL ?
Thanks
Hi, markdown is just a way of displaying data, it has no way to access variables, which would be needed to do what you want to do.
Ok. I guess that. Thanks.
The question remains. How can I put URL with variables from Kibana to my own Angular application?
I'm not sure what you are trying to do, can you clarify a bit?
The TSVB shows CPU utilization and MEMory utilization for a router I choosed in the filter.
I want to call my application with URL containing the ID of that router together with the time period selected in Kibana. The question is how to I buid such URL from router Id and time period selected as mentioned.
Can you please answer ? Thanks