I am trying to set up a sensor to give me the number of instances certain processes that are running. There are about 20 different versions of this process, but we want a single count. Is there a wildcard option?
For example, I have processes name "Process - 1", "Process - 2", "Process - 3"
Can I put something like "Process*" to get all the similar named processes?
Add comment