Kibana table visualization beautify

Hey,

I am using Kibana 6.7.1 and am trying to figure out if there is an option of separating the table data in either Data Table or Visual Builder visualizations.

When i'm saying separation i mean that i wouldn't want 'whitespaces' separation between each data in a specific row. Instead i would like something like a grid view:

header_1 | header_2 | header_3
data_11 | data_12 | data_13
data_21 | data_22 | data_23

and not like the default:

header_1 header_2 header_3
data_11 data_12 data_13
data_21 data_22 data_23

Is there any good way to achieve this?

There isn't anything like this at the moment, but you can file a feature request on our GitHub repo

1 Like

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