Hi Team,
i want store the query results in lookup file , but outputlookup command is not updating the csv as per results set .
index = ........ queryresults ............| outputlookup test.csv
is there any changes required in the query ?
regards,
supraja
Do you have permissions to update the lookup?
Hi ,
its already tried
index = ............
| fields ............
|where clause ...........
|table <fileds>
|outputlookup test.csv
Hi @supraja
can you try the search below.
index=....
table ....
|outputlookup append=true yourfile.csv