This message originated from Cribl Community Slack.
Click here to view the original link.
Has anyone successfully used a lookup file to do Edge node mappings? I might be approaching this the wrong way but trying to move 100+ Edge nodes to a new fleet without having to re-deploy the nodes. Is there a better approach to what I am doing or are the only options: re-dploy edge nodes or use the world's longest mapping filter
Solved
Has Anyone Successfully Used A Lookup File To Do Edge Node Mappings
Best answer by david.phan648
You should be able to use the mapping feature.
You can have copilot add all the host names into a JS filter like this for example:
[ 'host1',
'host2',
'host3',
'host4'
].includes(hostname)
Once you add the filter, select the target fleet right below and they should start populating in the fleet you selected.
I've used this JS filter to map hundreds of nodes in my environment.
Sign up
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
