File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ include::{include_path}/plugin_header.asciidoc[]
24
24
.Compatibility Note
25
25
[NOTE]
26
26
================================================================================
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.
28
29
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.
36
33
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.
37
37
================================================================================
38
38
39
39
.Compatibility Note
You can’t perform that action at this time.
0 commit comments