Skip to main content
Solved

Cribl Worker Group Routes Access Issue With Source And Destinations In Pack

  • March 19, 2026
  • 1 reply
  • 1 view

This message originated from Cribl Community Slack.
Click here to view the original link.

I know that Cribl added the ability to include Source and Destinations in the Pack. I was looking at using this, and I can see in the routing that there is an option "Send to Worker Group routes". How do I actually access this data in the Worker Group routes?

Best answer by mario

This is new functionality introduced with 4.17.0 . There is no source to be expected, data is straight send to the global routes. That said you use the filters in your routes to further process/route the data. You could for example use __packId=='' as a filter in the routes to capture all data the was going to a specific pack before hitting the global routes.

1 reply

  • Employee
  • Answer
  • March 19, 2026
This is new functionality introduced with 4.17.0 . There is no source to be expected, data is straight send to the global routes. That said you use the filters in your routes to further process/route the data. You could for example use __packId=='' as a filter in the routes to capture all data the was going to a specific pack before hitting the global routes.