Hi,
I have created a lookup file name file1.csv . There are two columns in the file "Application" and "Allow" and looks like below .
Application, Allow
Paint, Y
abc*, Y
xyz*,
aaa*, Y
zzz,
Now, I want to run a query to get the output of application name where Allow = Y.
Current Query:
index="index_name" [ | inputlookup | table Application | rename Application as App ] | table host, App
I am very new in working with lookup and would be really helpful if anyone can suggest changes need to be made in the query to match the where condition and get the result or any other way to get the desired result.
Thanks in advance
Best Regards,
Binay Agarwal
... View more