Skip to main content

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?

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

Reply