We have integrated the AWS guard duty logs into Splunk through the S3 bucket. Recently, we have noticed this error in our health check The file extension fileloaction.jsonl is not in a delimited file format. Suggest me, how I can resolve this?
... View more
Do you have any start to a search you could post? In general, you could do something like: "index=<db_index> users=* NOT [| inputlookup Authorized_list.csv | fields users] | stats count by users" This is assuming "users" is a field in both your indexed data and a field in the CSV.
... View more