Skip to content

Commit

Permalink
[Doc]Add note about _type setting change from doc to _doc (#884)
Browse files Browse the repository at this point in the history
* Add note about _type setting change

* Update docs/index.asciidoc

Co-Authored-By: Ry Biesemeyer <yaauie@users.noreply.github.com>

* Bump to v.10.4.1

Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
  • Loading branch information
karenzone and yaauie committed Mar 27, 2020
1 parent 7dcc6bb commit 7ba6acc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 10.4.1
- [DOC] Added note about `_type` setting change from `doc` to `_doc` [#884](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/884)

## 10.4.0
- Fixed default index value [#927](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/927)

Expand Down
15 changes: 15 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@ include::{include_path}/plugin_header.asciidoc[]

==== Description

.Compatibility Note
[NOTE]
================================================================================
When connected to Elasticsearch 7.x, modern versions of this plugin
use the required `_doc` document-type when inserting documents.
If you are using an earlier version of Logstash and wish to connect to
Elasticsearch 7.x, first upgrade Logstash to version 6.8 to ensure it
picks up changes to the Elasticsearch index template.
If you are using a custom <<plugins-{type}s-{plugin}-template>>,
ensure your template uses the `_doc` document-type before
connecting to Elasticsearch 7.x.
================================================================================

.Compatibility Note
[NOTE]
================================================================================
Expand Down
3 changes: 2 additions & 1 deletion logstash-output-elasticsearch.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-elasticsearch'
s.version = '10.4.0'
s.version = '10.4.1'

s.licenses = ['apache-2.0']
s.summary = "Stores logs in Elasticsearch"
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"
Expand Down

0 comments on commit 7ba6acc

Please sign in to comment.