logstash-output-elasticsearch 5.3.4-java → 5.3.5-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1f874229a886c9f587b38cabaf35c3281ac82fc
4
- data.tar.gz: db38f67eb52fbd4d64e11b5a4d1157ad10649ada
3
+ metadata.gz: f5166d95227401f888a2f3ed3606b0c6e42ee30e
4
+ data.tar.gz: 5e17a2dd88624f58bc2e3ba78c7f6d53a42b8e94
5
5
  SHA512:
6
- metadata.gz: 5a8a0d210003dc9e36f5a173caa085730e06e4fca6db70e39277d0b8094f75b0eba21aa138abe197dd0899bac61fa0af9862baee03288481302df2af0b036035
7
- data.tar.gz: 48afb4e6a3f6be0a46c863df27f7401360808272cf04aef6b1af6d96b912b5a5e2ab58dc46c1c7d1178336a2f2a20dcf3b07cfb512e2122441c0aa1e8ce63458
6
+ metadata.gz: 0d93a1c0a567986a601429c7d30acbb0471c4f8edab1e7a0cc67eacd1eb3e6e402e8ed6ea63332ed16598447ca40820439726e047aeaa71c69c24012d9bcfffb
7
+ data.tar.gz: 09551c3614f59c4eba620fe42ff21078f00c3544001585deaa2fee95d2792b75662b3e7bb31b9bedaa012458c53752623aaf2efc8a1974578e388abb6c9e65c9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.3.5
2
+ - Docs: Remove mention of using the elasticsearch_java output plugin because it is no longer supported
3
+
1
4
  ## 5.3.4
2
5
  - Add `sprintf` or event dependent configuration when specifying ingest pipeline
3
6
 
@@ -15,8 +15,7 @@ require "uri" # for escaping user input
15
15
  # This output only speaks the HTTP protocol. HTTP is the preferred protocol for interacting with Elasticsearch as of Logstash 2.0.
16
16
  # We strongly encourage the use of HTTP over the node protocol for a number of reasons. HTTP is only marginally slower,
17
17
  # yet far easier to administer and work with. When using the HTTP protocol one may upgrade Elasticsearch versions without having
18
- # to upgrade Logstash in lock-step. For those still wishing to use the node or transport protocols please see
19
- # the <<plugins-outputs-elasticsearch_java,elasticsearch_java output plugin>>.
18
+ # to upgrade Logstash in lock-step.
20
19
  #
21
20
  # You can learn more about Elasticsearch at <https://www.elastic.co/products/elasticsearch>
22
21
  #
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-elasticsearch'
4
- s.version = '5.3.4'
4
+ s.version = '5.3.5'
5
5
  s.licenses = ['apache-2.0']
6
6
  s.summary = "Logstash Output to Elasticsearch"
7
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: 5.3.4
4
+ version: 5.3.5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-14 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement