I am trying to pull in DNS Logs from Cisco Umbrella. I have my S3 Connector configured to pull down the logs every 5 minutes. The problem is that it pulls down all the logs. I only want the new logs. I have tried adding the follow to my Conf section of the JSON configuration but it doesn't appear to work.
"trackProgress": true,
"trackMode": "file",
"trackField": "s3.object.etag",
"useLastModifiedTime": true