Hello User59512346,
The syntax you are looking for here should be simiilar to what you have been trying:
HostInfo hostname where HostInfo hostname equals bbepo59
The case of the letters is important here. The first "HostInfo hostname" is advising the query engine that in the output you are only interested in seeing the hostname returned. You can add additional columns to the return with a comma, ex :
HostInfo hostname, ipaddress where HostInfo hostname equals bbepo59
Or you can opt to return all the data the HostInfo collector returns:
HostInfo where HostInfo hostname equals bbepo59
I hope this is helpful and starts to produce some actionable results for you.
Thanks,
Brian Barnes