Edge Delta Amazon S3 Output
Archive data in Amazon S3.
less than a minute
There can only be at most one workflow with archive destinations. Raw logs are compressed and sent periodically when one of these conditions hit:
agent_settings.archive_max_byte_limit
)agent_settings.archive_flush_interval
)The destination bucket will receive compressed logs as a gzip file every 5min (or more frequent on high volume environments). The max file size is 16MB. The gzip files have json lines containing raw log and other source attributes. The folder path format is {bucket}/{year}/{month}/{day}/{hour}/{tag}/{host}/{random id}.log.gz
, for example:
testbucket/2021/05/14/21/prod/host-1/1sXpYZPs83808oGZPJExJXlLXrb.log.gz
Archive data in Amazon S3.
Archive data in Azure Blob Storage.
Archive data in Google Cloud Storage.
Archive data in Local Storage.
Archive destinations that are in beta.