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

DQL with builtin: to find a process group by name and add to dashboard

ushaghosh
Participant

I have a process griup which is running on 30+ hosts. I am unable to find a DQL query which would help me locate prcess with name. 

Process group org.apache.xxxx.distributed.yyyy

 

I was able to locate this process under technologies and process and then in technology overview I enter name as above and I get my result

What DQL will help me get this process group. Its a java process. 

 

 

1 REPLY 1

p_devulapalli
Leader

@ushaghosh You can try something like below 

fetch dt.entity.process_group
| filter entity.name == "nginx"
| fieldsAdd host_id = runs_on[dt.entity.host]
Phani Devulapalli

Featured Posts