Hi,
I have a very specific problem. I have more than 70 devices writing data to UDP port 514. Now I need to input five ip_addresses to one index and the rest of them to another index.
eg: 10.0.0.1, 10.0.0.2, 10.0.0.3, 10.0.0.4, 10.0.0.5, ...... 10.0.0.70
Now 10.0.0.1, 10.0.0.2... 10.0.0.5 should go to the index=indx1 and sourcetype=srctype1
and the rest of the IP addresses should go to another index.
Note: Unlike the above example ip_addresses in my case are not incremental or doesn't have any pattern.
Please help.
... View more