Created
July 3, 2025 03:26
-
-
Save agup006/f68f342a271a75f344cb2e16ec606c5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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