Move REST Collectors from one worker group to another
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
-
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.
1
Answers
-
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.
1