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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/logstash/outputs/elasticsearch.rb +1 -2
- data/logstash-output-elasticsearch.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5166d95227401f888a2f3ed3606b0c6e42ee30e
|
|
4
|
+
data.tar.gz: 5e17a2dd88624f58bc2e3ba78c7f6d53a42b8e94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d93a1c0a567986a601429c7d30acbb0471c4f8edab1e7a0cc67eacd1eb3e6e402e8ed6ea63332ed16598447ca40820439726e047aeaa71c69c24012d9bcfffb
|
|
7
|
+
data.tar.gz: 09551c3614f59c4eba620fe42ff21078f00c3544001585deaa2fee95d2792b75662b3e7bb31b9bedaa012458c53752623aaf2efc8a1974578e388abb6c9e65c9
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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
|
+
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
|
+
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-
|
|
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
|