Hi,
I need your help 🙂
I have a standard query like this:
index=a foo
and I need to return only the record that match with a list of information in a CSV (or even in a lookup table).
Please note that doesn't exist in the index=a a specific field like the info in the csv.
Example of CSV:
Name
Andrew
John
Michael
Thanks in advance.
index=a [| inputlookup csv_file.csv| dedup Name | table Name]