logstash-output-elasticsearch 10.4.0-java → 10.4.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 579b88dec817927e3db5a38bb007741b8e61fdb7f04fc6ca4cb0e5e8b8c6b66d
4
- data.tar.gz: 177c34bbb800e12a533286289f63b8144e5164c2ec8d8d5e8bebfd5ba9224cf5
3
+ metadata.gz: 5e5b6da5658007e7a4a0a9c1b9e087cd9d91ea37b9d13909370c3982e0d353f7
4
+ data.tar.gz: d20c029af20c6ea1fed2a4287b81d8d5b723e8dda2d078abe7d686ea14075286
5
5
  SHA512:
6
- metadata.gz: 8928ed18cb73f36bbeccda747cb760bb9414d95a208265f1b2b28cd8e58c6fcc6a236633c586aed84a703e06ae6e5f3878ffff1bdf1d08cb62865d6a12b39fbd
7
- data.tar.gz: 50189cea7062728a027fcde7287ad5c9b46ad1d36a22f97b9511ca8ac2b2a9c8ce3e186ccf304b7dbb0a3d5512aea5ea73fab7e6d6cd992889f68762071f6787
6
+ metadata.gz: 9c7facb3b428ebac3ddb3e2a55c1ceb410ddf64429197872565e1a7069174d1410be4044ca099666bbe3c5b65afcaf555358043881d3654a5bdd1fa81488ebea
7
+ data.tar.gz: bfc16cff30b59df4e66d3adb306ecf1da02e4036f3e1146db2004bc4576a46e1463d8a63f6806f53651380ca4f9df892730e65387a9e0cb43484cef2388f27be
@@ -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
+
1
4
  ## 10.4.0
2
5
  - Fixed default index value [#927](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/927)
3
6
 
@@ -21,6 +21,21 @@ include::{include_path}/plugin_header.asciidoc[]
21
21
 
22
22
  ==== Description
23
23
 
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
+
24
39
  .Compatibility Note
25
40
  [NOTE]
26
41
  ================================================================================
@@ -1,6 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '10.4.0'
3
+ s.version = '10.4.1'
4
+
4
5
  s.licenses = ['apache-2.0']
5
6
  s.summary = "Stores logs in Elasticsearch"
6
7
  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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.4.0
4
+ version: 10.4.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement