Skip to content

Commit 7b54cd4

Browse files
committed
Aligned documentation and bumped version 10.8.3
1 parent 9322e45 commit 7b54cd4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 10.8.3
2+
- Avoid to implicitly set deprecated type to `_doc` when connects to Elasticsearch version 7.x [#994](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/994)
3+
14
## 10.8.2
25
- [DOC] Update links to use shared attributes [#985](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/985)
36

docs/index.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ the website landing page or in the {ref}[Elasticsearch documentation].
4040
[NOTE]
4141
================================================================================
4242
When connected to Elasticsearch 7.x, modern versions of this plugin
43-
use the required `_doc` document-type when inserting documents.
43+
don't use the document-type when inserting documents, unless the user
44+
ecplicitly sets <<plugins-{type}s-{plugin}-document_type>>.
4445
4546
If you are using an earlier version of Logstash and wish to connect to
4647
Elasticsearch 7.x, first upgrade Logstash to version 6.8 to ensure it

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '10.8.2'
3+
s.version = '10.8.3'
44

55
s.licenses = ['apache-2.0']
66
s.summary = "Stores logs in Elasticsearch"

0 commit comments

Comments
 (0)