Open andonovski opened 5 days ago
Not real problem, but I can't find anywhere how to do exclude multiple items in config file. For example this part: collector: scheduled_task: exclude: /Microsoft/.+
How to add more scheduled tasks to be excluded?
Thanks.
exclude uses the regex syntax.
With brackets and pipes, you can define and OR pattern.
https://regex101.com/r/2okl6U/1
Problem Statement
Not real problem, but I can't find anywhere how to do exclude multiple items in config file. For example this part: collector: scheduled_task: exclude: /Microsoft/.+
How to add more scheduled tasks to be excluded?
Thanks.
Environment