Hi Mates,
I'm using cribl S3 collector to collect the logs from AWS S3 bucket. S3 bucket contains logs of Akamai datastream which has the log format as below.
eg: s3://BUCKETNAME/APPNAME/ENV/ak-913478-1701139960-008071-ds.gz
ak- akamai file prefix
913478 - random string
170xxxxxxxx - EPOCH timestamp
008071 - random string
ds- file suffix
When I schedule the S3 collector to run every 15 minutes, it collects all the log files from buckets every time.
Looking for a suggestion, how do I collect only the new files from S3 not all the files every time.