Hi,
I would like to create a markdown in TSVB that display the top hit of following data:
query_id [string]
longest_duration [int]
highest_concurrent_transaction [int]
I would like to display all of them in a single visualization at the same time, with the latest data getting displayed. While I could get the integer values, I can't seem to get the string to show up. In TSVB, I can't query the text, instead I could only query the field query_id.keyword, which shows as "0".
I have also tried grouping them by terms but it seems that I can't just simply get the latest value of query_id
Any advice on what should I use if I want to visualize something like this?
