Skip to content

Commit 7ba6acc

Browse files
karenzoneyaauie
andauthored
[Doc]Add note about _type setting change from doc to _doc (#884)
* Add note about _type setting change * Update docs/index.asciidoc Co-Authored-By: Ry Biesemeyer <[email protected]> * Bump to v.10.4.1 Co-authored-by: Ry Biesemeyer <[email protected]>
1 parent 7dcc6bb commit 7ba6acc

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 10.4.1
2+
- [DOC] Added note about `_type` setting change from `doc` to `_doc` [#884](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/884)
3+
14
## 10.4.0
25
- Fixed default index value [#927](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/927)
36

docs/index.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,21 @@ include::{include_path}/plugin_header.asciidoc[]
2121

2222
==== Description
2323

24+
.Compatibility Note
25+
[NOTE]
26+
================================================================================
27+
When connected to Elasticsearch 7.x, modern versions of this plugin
28+
use the required `_doc` document-type when inserting documents.
29+
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.
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+
================================================================================
38+
2439
.Compatibility Note
2540
[NOTE]
2641
================================================================================

logstash-output-elasticsearch.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '10.4.0'
3+
s.version = '10.4.1'
4+
45
s.licenses = ['apache-2.0']
56
s.summary = "Stores logs in Elasticsearch"
67
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)