How to list out the values or output of a unique count

I want to have a list of the distinct values that made up the unique count of 9 in the screenshot below. My aim is to have a list of the unique hostnames after getting the unique count.


you should edit the buckets to select host.name field then it works.

Thank you very much. It worked.