Skip to content

Instantly share code, notes, and snippets.

@agup006
Created July 3, 2025 03:26
Show Gist options
  • Save agup006/f68f342a271a75f344cb2e16ec606c5c to your computer and use it in GitHub Desktop.
Save agup006/f68f342a271a75f344cb2e16ec606c5c to your computer and use it in GitHub Desktop.
receivers:
# Pull all objects in logs/ between July 1 and July 2 (UTC)
awss3/logs_batch:
starttime: "2025-07-03 00:00"
endtime: "2025-07-04 00:00"
s3downloader:
region: us-east-2
s3_bucket: caly-tester # ← NOTE the field name
s3_prefix: calyptia-core-logs/dummy.c934cca5-cd99-4a23-b2ba-b90e05a2cfba
s3_partition: minute # folder (no leading /)
exporters:
debug:
verbosity: detailed # replaces deprecated ‘logging’
otlp:
endpoint: calyptia-fluent-bit:8088
tls:
insecure: true
service:
pipelines:
logs:
receivers: [awss3/logs_batch]
exporters: [debug, otlp]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment