Uploading lookup table csv file
Last updated
Last updated
Under settings in the top right part of the menu and select Lookups
Select lookup table files
there is a green button named New Lookup Table, File click it
Fill in the data and browse for the file needed
Destination app : search
upload a lookup file: must be a CSV file
Destination filename: name it the same as your file
click save
Go to search and type
| inputlookup <filename or what you put in Destination filename>
You should see you data
To search for matching data you can query:
*| lookup ip.csv "IP Address" as d_ip OUTPUT "IP Address" as ip | eval Ip=replace(srcIp, ":\d+$", "") | search Ip=* | stats count by Ip