Create a Data Table with Kibana?

Hello folks,

I would like to create a data table in Kibana that contains two columns - machine name and a second column containing a specific field name.

Machine name | Field
Machine 1 | example1
Machine 2 | example2

In the second column I need to locate a specific field string generated by the robots.

How can I achieve this? Thanks.