cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Show in with DQL or entity selector the hosts of a service

Pabloabad
Participant

I need to pull up all the hosts that are running on a specific service but I am not able to pull it up through dql.

1 REPLY 1

p_devulapalli
Champion

@Pabloabad , here is a example DQL you can use

fetch dt.entity.process_group_instance
| fieldsAdd entity.name, runs[dt.entity.service], belongs_to[dt.entity.host]
| filter isNotNull(runs[dt.entity.service])

  

Phani Devulapalli

Featured Posts