Display unique values in the list from elasticsearch terms

Hello,
I collect example data to elasticsearch index

Timestamp | Host | Status
10:00:00 | 192.168.1.1 | UP
10:00:00 | 192.168.1.2 | UP
10:00:00 | 192.168.1.3 | DOWN

There is a posibility to display Hosts list with UP or DOWN status on Grafana?
Currently i got list as in the attached screen. I can expand the list below the table, but i want to have a hostname inside the table without unnecessary data.

Yes, I believe so. You can use Transformations to remove the unnecessary columns.