Hello,
I need help figuring out how to exclude data from a service.
I'd like to hide the "Hole Punch Box" from monitoring the "MarkerSupply-Usage" service.
To do this, I was thinking of using the EXTRAOPTIONS --filter command. However, I can't find the right syntax for this to work properly.
I've tried a lot of different things, e.g.:
--filter '^(?!Hole Box Punch$)'
--filter '.*Cart.*'
Do you have any ideas, please?
Thanks for your help.