mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
4a12116767
commit
4bcd421f20
1 changed files with 3 additions and 3 deletions
6
docs/static/upgrading.asciidoc
vendored
6
docs/static/upgrading.asciidoc
vendored
|
@ -69,6 +69,9 @@ If you are installing Logstash with other components in the Elastic Stack, also
|
|||
If you are using the default mapping templates in Logstash, to continue using these after migrating Elasticsearch to 6.0, you must override the existing template with the 6.x template.
|
||||
This can be done by starting a pipeline with the `overwrite_template => true` option in the Elasticsearch output definition in the Logstash config.
|
||||
|
||||
Note that multiple doctypes are no longer supported in Elasticsearch 6.0. Please refer to
|
||||
{ref}/removal-of-types.html[Removal of mapping types] and {ref}/breaking-changes.html[Breaking changes] for more information.
|
||||
|
||||
|
||||
==== When to Upgrade
|
||||
|
||||
|
@ -91,6 +94,3 @@ Although we make great efforts to ensure compatibility, Logstash 6.0 is not comp
|
|||
in the Elastic Stack upgrade guide, Logstash 6.0 should not be upgraded before Elasticsearch 6.0. This is both
|
||||
practical and because some Logstash 6.0 plugins may attempt to use features of Elasticsearch 6.0 that did not exist
|
||||
in earlier versions.
|
||||
|
||||
Note that multiple doctypes are no longer supported in Elasticsearch 6.0. Please refer to
|
||||
{ref}/removal-of-types.html[Removal of mapping types] and {ref}/breaking-changes.html[Breaking changes] for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue