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?
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?