26 Oct 2022 09:56 AM - last edited on 27 Oct 2022 11:05 AM by MaciejNeumann
Hi Folks
I have a process which runs across thousands of hosts and numerous applications, in total we have 181 process groups for the same process.....is there a way to group all 181 process group instances into a singular process group?
Solved! Go to Solution.
26 Oct 2022 10:26 AM - edited 26 Oct 2022 10:27 AM
Hey, James!
Yes, there is 🙂
Actually, there are multiple ways...
If the processes either have 1) Java system property or 2) Environment variable, in common, you could use "Simple detection rules"!
You just have to go to Settings > Processes and Containers, and on the "Process group detection" section, there it is! 😉
You can find out more about it here: https://www.dynatrace.com/support/help/how-to-use-dynatrace/process-groups/configuration/pg-detectio...
If they don't share one of those two properties, you could use the next one on that settings page: "Advanced detection rules".
It has A LOT more properties and configurations to chose from, and to use as a merging aspect!
One example that I use:
You can see that I use:
You can find out more about this here: https://www.dynatrace.com/support/help/shortlink/process-groups#advanced
Hope this helps!