Closed jenishshah671993 closed 5 years ago
It is possible to implement with built-in placeholders, which is the part of brand new Fluentd v1 API, for https://github.com/awslabs/aws-fluent-plugin-kinesis/blob/master/lib/fluent/plugin/out_kinesis_streams.rb#L49 Currently, it is not implemented.
I've registered a PR to fix this issue. Does anyone want to try out this?
Thank you for your contributing. I think we need to separate buffer for each destination streams for plugin durability. What do you think?
@simukappu Fluentd v1 separates buffer for each destination streams: https://docs.fluentd.org/v1.0/articles/buffer-section#other-keys
With the testing configuration, Fluentd handles buffer per $.key.nested
.
Sounds good. Does anybody have any feedback for this issue or PR?
Is this done? I want to use this feature.
Sounds good. Does anybody have any feedback for this issue or PR?
@simukappu Lets merge it.
@amitdhawan Can #174 patch work under your created AWS kinesis environment? Testing on a few users are required.
Should i install this plugin from this branch on my fluentd config? How can i do that, could you please share the steps.I can test that on my AWs environment then.
Let me know the steps how can install this plugin on Fluentd. I can test it on my environment then.
$ git clone git@github.com:awslabs/aws-fluent-plugin-kinesis.git
$ git fetch origin pull/174/head:pr-174
$ git checkout pr-174
$ gem build fluent-plugin-kinesis.gemspec
And then,
$ td-agent-gem install fluent-plugin-kinesis-*.gem
# Or
$ fluent-gem install fluent-plugin-kinesis-*.gem
ok..let me give it a shot.
Released as v3.2.0. https://rubygems.org/gems/fluent-plugin-kinesis/versions/3.2.0
If you have any feedback, feel free to share with us.
Hi, I have JSON data. On the basis of JSON key value I need to send data to different kinesis stream. So can you suggest me if it's possible