Skip to content

Commit 4b4606e

Browse files
karenzoneyaauie
andcommitted
Update docs/index.asciidoc
Co-Authored-By: Ry Biesemeyer <[email protected]>
1 parent a423bcd commit 4b4606e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/index.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ include::{include_path}/plugin_header.asciidoc[]
2424
.Compatibility Note
2525
[NOTE]
2626
================================================================================
27-
The `_type` setting changed from `doc` to `_doc` in Elasticsearch 7.0.
27+
When connected to Elasticsearch 7.x, modern versions of this plugin
28+
use the required `_doc` document-type when inserting documents.
2829
29-
If you are using an earlier version of Logstash, upgrade to
30-
version 6.8 to pick up changes to the Elasticsearch index template before you
31-
upgrade to version 7.0 (or later).
32-
33-
After upgrading to 6.8, use the {ref}/indices-templates.html#getting[Index
34-
Template API] to verify that the 6.8 index template has been created in
35-
Elasticsearch.
30+
If you are using an earlier version of Logstash and wish to connect to
31+
Elasticsearch 7.x, first upgrade Logstash to version 6.8 to ensure it
32+
picks up changes to the Elasticsearch index template.
3633
34+
If you are using a custom <<plugins-{type}s-{plugin}-template>>,
35+
ensure your template uses the `_doc` document-type before
36+
connecting to Elasticsearch 7.x.
3737
================================================================================
3838

3939
.Compatibility Note

0 commit comments

Comments
 (0)