mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
98cecf1194
commit
04bb68b74c
1 changed files with 1 additions and 1 deletions
2
docs/static/upgrading.asciidoc
vendored
2
docs/static/upgrading.asciidoc
vendored
|
@ -68,7 +68,7 @@ If you are installing Logstash with other components in the Elastic Stack, also
|
|||
|
||||
==== Logstash 6.0.0 `document_type` Handling Bug
|
||||
|
||||
We’d like to alert users to behavior in Logstash 6.0.0 that can cause errors writing to Elasticsearch 6.0+ clusters. When the `type` field has different values for different events per Elasticsearch index Logstash will encounter errors while indexing documents. These errors look something like the example below, which has been shortened from the full message.
|
||||
We’d like to alert users to behavior in Logstash 6.0.0 that can cause errors writing to Elasticsearch 6.0+ clusters. When the `type` field has different values for different events per Elasticsearch index Logstash will encounter errors while indexing documents. These errors look something like the example below, which has been shortened from the full message. This bug is likely to be encountered by users using either Beats, or multiple inputs with different `type` values.
|
||||
|
||||
`[2017-11-21T14:26:01,991][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :response=>{"error"=>{"reason"=>"Rejecting mapping update to [myindex] as the final mapping would have more than 1 type: [type1, type2]"}}}}`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue