We have updated our Terms of Service, Code of Conduct, and Addendum.

How do you reference a scheduled collector inside a route?

Options
Nick Kwiecien Nick Kwiecien
edited September 2023 in Stream

How do you reference a scheduled collector inside a route?

Tagged:

Best Answer

  • Ryan Hennessy
    Ryan Hennessy Posts: 21 ✭✭
    Answer ✓
    Options

    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>')

Answers

  • Ryan Hennessy
    Ryan Hennessy Posts: 21 ✭✭
    Answer ✓
    Options

    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>')