How do you reference a scheduled collector inside a route?
Nick Kwiecien Nick Kwiecien
Posts: 30 ✭
Best Answer
-
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>')
0
Answers
-
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>')
0