awslabs / aws-fluent-plugin-kinesis

Amazon Kinesis output plugin for Fluentd
Apache License 2.0
293 stars 96 forks source link

how to add multiple custom tags to kinesis from fluentd. #163

Closed manjunathramesh closed 6 years ago

manjunathramesh commented 6 years ago

I'm using the aws-kinesis-fluentd plugin to forward all the stdout logs of a Kubernetes cluster to Kinesis. My Kinesis stream needs some mandatory values like application name(application), type of application(type) and environment. I'm using the tag_key within but that just tags the resource name of Kubernetes. Is there a way to add additional tags in addition to just the Kubernetes resource name?

manjunathramesh commented 6 years ago

resolved this issue by using the out_rewrite_tag_filter plugin.