Hello,
I am trying to create a table which is displayed like this:
||column_name ||column_value||
||column_name ||column_value||
And display information only on a row from an index.
in TSVB Markdown visualization.
I managed to do it by creating the fields (one at a time) in Data tab and calling them in Markdown tab with {{#each _all}}
But the problem is that there may be some unknow fields also (customized fields) and I want to display them all. So not hardcode all the fields in Data tab, but to just take all the fields which are on that index pattern
how can I do that?
Thanks!
Thanks!