Display data results in Markdown visualization

Is it possible to display results from a data query in a Markdown visualization to be used in a Kibana dashboard? For example, I want a Markdown to display

Temperature: [temp] C
Pressure: [pres] kPa
Humidity: [humid] %RH

where [temp], [pres], and [humid] are coming from a data query. I see that this can be done in a Kibana canvas as shown here, but I need it to be done on a Kibana dashboard.

Have a look into TSVB . There you can do this with markdown.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.