Hello,
I am trying to lookup corresponding IP Addresses with my lookup table I created. Here is what I am trying to accomplish, my lookup table has 3 columns, Site, CIDR, and Description. When I do a search, I want to do something like this:
| makeresults | eval ip="10.170.92.51" | lookup sites_and_description.csv CIDR as ip
which, I get results that do not show the corresponding CIDR, description, or SiteCode, see below:
Description SiteCode _time ip
1 2018-02-15 10:57:56 10.170.92.51
Please assist, thanks!
... View more