Assuming the field in your csv is called hash, you could try something like this
index=* [|inputlookup hashes.csv | rename hash as query | fields query | format]
Assuming the field in your csv is called hash, you could try something like this
index=* [|inputlookup hashes.csv | rename hash as query | fields query | format]
@ITWhisperer It worked, thanks a lot!!!