Skip to main content
Solved

Move REST Collectors from one worker group to another

  • March 11, 2025
  • 1 reply
  • 3 views

I would like to move 15-20 REST collectors from one worker group to another.  For routes/pipelines, I just copy and then switch groups and paste but the copy function isn't available in REST collectors.   Any suggestions on how to move a REST collector?

Best answer by Jon Rust

If this will be a common task, I'd recommend the API. You can use developer mode in your browser while accessing and creating REST Collectors to see the API calls made. Then replicate those with a simple python, ruby, whatever script.

If this is a one off, I'd just use the JSON dump of each RC and move them one at a time.

338_018f30f9b56f463a9474b24f6e0f7722.png

1 reply

Jon Rust
Forum|alt.badge.img
  • Employee
  • 500 replies
  • Answer
  • March 11, 2025

If this will be a common task, I'd recommend the API. You can use developer mode in your browser while accessing and creating REST Collectors to see the API calls made. Then replicate those with a simple python, ruby, whatever script.

If this is a one off, I'd just use the JSON dump of each RC and move them one at a time.

338_018f30f9b56f463a9474b24f6e0f7722.png