-
Notifications
You must be signed in to change notification settings - Fork 310
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
id_key should allow nested fields #347
Comments
This request for 2.x series? |
I'm currently using fluentd v0.12 (since I use another github project), therefore I used 1.13.0 of your plugin, since the documentation stated that v2.x.y doesn't work with fluentd 0.12. |
I've noticed that fluent-plugin-elasticsearch 1.x should work with Ruby 1.9. |
I decided this feature request accept for v2.x and decline for 1.x. |
I've released v2.5.0 including this feature. |
Problem
I have several fields that are represented as json structures, of which i want to use one's value for the id.
Currently, I have to move the value of such a nested field to an own field via a
record_transformer
in order to use it inid_key
.Is there a possibility to use such a nested structure for the
id_key
command?Steps to replicate
Expected Behavior or What you need to ask
Key within nested structure is usable for the id
The text was updated successfully, but these errors were encountered: