21 Apr 2025
09:43 AM
- last edited on
22 Apr 2025
09:17 AM
by
MaciejNeumann
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.
22 Apr 2025 02:18 AM
@ushaghosh You can try something like below
fetch dt.entity.process_group
| filter entity.name == "nginx"
| fieldsAdd host_id = runs_on[dt.entity.host]