
Greetings!
You could use dynamic enrichment for the above mentioned use case. You can create an enrichment source from a CSV where there is a mapping of the device_address with its respective management address.
Something like:
device_address, management address
192.168.1.1, 10.10.10.10
192.168.1.2, 10.10.10.20
..... and so on
You can then configure an enrichment policy with following entries;
key_present: device_ip
enrichment source: <Uploaded_CSV>
source: device_ip, operation: equals, event_key:device_ip
This will add management IP as a enriched field for the device IP if it equals the respective management IP in the uploaded CSV
1 comment