Hi.
I want to render data dynamically using TSVB markdown.
I am using control visualization, where i am selecting one host name, according to the host name, it will check the status and render the data through markdown visualization .
I am applying filter in dashboard, all visualizations are working properly but Markdown data is not changing. In markdown, I am using below lines of script
Availability : {{ top_hit_of_system_process_state.last.raw }}
Host : {{ top_hit_of_agent_hostname.last.raw}}
Please suggest me, if any other options are available in kibana 7.7 to render dynamic data through TSVB markdown visualization