[Q&A] How to pass in record value to S3 path or object key #5049
Unanswered
lisazhao30
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.
-
What is a problem?
How can I pass in a value from a record dynamically to the S3 output path or object key?
When I try accessing via
${record["id"]
, it returns that exact string rather than the actual id of that record. The records coming in can be different ids, but I have set the buffer parameters to include the id.My log looks like:
logs {"id": "123", "log": "some log message", "time": "..."}
Describe the configuration of Fluentd
Code:
Describe the logs of Fluentd
No error messages encountered.
Environment
Beta Was this translation helpful? Give feedback.
All reactions