-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send data to different Kinesis stream #165
Comments
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 |
I've registered a PR to fix this issue. |
Thank you for your contributing. |
@simukappu Fluentd v1 separates buffer for each destination streams: With the testing configuration, Fluentd handles buffer per |
Sounds good. Does anybody have any feedback for this issue or PR? |
Is this done? |
@simukappu Lets merge it. |
@amitdhawan Can #174 patch work under your created AWS kinesis environment? |
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. |
And then,
|
ok..let me give it a shot. |
Released as v3.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
The text was updated successfully, but these errors were encountered: