-
Notifications
You must be signed in to change notification settings - Fork 308
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
Type_name dynamic #495
Comments
Please show us your using Elasticsearch, Fluentd, and fluent-plugin-elasticsearch version? |
I'm using td-agent version 0.16.1, elasticsearch v 6.4.0 and fluent-plugin-elasticsearch 2.10.3 |
td-agent 0.16.1 is nonexistent version.... |
Sorry, version 1.2.2 |
You mean you use Fluentd 1.2.2, right? |
I'm pretty sure, I've installed td agent 1 month ago with the latest version I think and when I execute the command line "td-agent --version" I see in return "td-agent 1.2.2" |
td-agent1 series is already EOL. |
I'm currently using td-agent version 3.2.0 |
This is because Elasticsearch v6.0.0 or above limitation.
|
Root cause is: elastic/elasticsearch#24317 |
I want to have different type according to a field of my records.
The issue is that elasticsearch seems to create a mapping only for the first record it receives but I want to record all my logs in the same index everyday but in different types.
Here is my code, if someone can help me.
Thank's.
The text was updated successfully, but these errors were encountered: