Adjusting the Frequency of Syslog to AWS S3 #23719
Unanswered
Asobigwatermelon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When configuring syslog to AWS S3 with compression enabled (gzip), how can I modify the upload frequency (currently set to every 5 minutes)?Q&A
Vector Config
aws_s3:
type: aws_s3
inputs:
- rawlog
bucket: xxxx
compression: gzip
content_encoding: gzip
encoding:
codec: json
content_type: application/gzip
filename_append_uuid: true
region: xxxx
storage_class: STANDARD
key_prefix: "service=xxxx/year=%Y/month=%m/day=%d/"
filename_time_format: "%Y%m%dT%H%M%SZ"
auth:
imds:
connect_timeout_seconds: 3
read_timeout_seconds: 5
max_attempts: 3
buffer:
type: disk
max_size: 107374182400
when_full: drop_newest
timezone: local
batch:
timeout_sec: 0.1
Vector Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions