Closed koooge closed 5 years ago
Could you show us your configuration?
Ah, using w/o buffer configuration, right?
extract_placeholders
API uses buffer's metadata.
So, you should use the following configuration:
<match a.some.of.your.tag>
@type cloudwatch_logs
log_group_name "some-group"
log_stream_name "something-${tag[1]}"
<buffer tag> # tag attributes is needed!!!
@type memory
</buffer>
</match>
Aha, you are right. Thank you so much!!! 🙇 I feel that it may make someone confusing. So please refer this on docs 🙏
Hmm, I'll add some note for built-in placeholders. Thank you for quick feedback! It's very helpful for us. :smile_cat:
Hi there. CloudwatchLogsOutput#write seems to call to put_events() with non-extracted stream_name (version 0.7.0)
conf
output