Skip to main content

How do you reference a scheduled collector inside a route?

The __inputId field in the events will include the collector's name. The route filter could leverage the 'includes' function. An example would be: __inputId.includes('<collector's name>')


Reply