logstash-input-elasticsearch 4.1.0 → 4.1.1

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
- SHA1:
3
- metadata.gz: a7c2f2d4fa7bc002a154de1b2aa84bddc64312cf
4
- data.tar.gz: e290171f93da3b6a970a5eb9bd6dc83102bdc667
2
+ SHA256:
3
+ metadata.gz: b5af8082f8aad876b3e67645560651a1e3d4f7712f52619f138fe8fe8b312b8f
4
+ data.tar.gz: 0c0fbd86007d4ad7ed62366e5b8e326103539a1b0de8a65f6ce90f8c7796dfd6
5
5
  SHA512:
6
- metadata.gz: 0a47d63403a5f0934077a51c6e1d6e18acc62467ef8b8aefec94a3cc2f77db9f526f0c8551b0c32e41b1b235542c01e25e92f4a1cccf1a924095f7968f1a4469
7
- data.tar.gz: 37669981d0014dbdd04606471fa563e4619d2dd586529c8e0e3daa4b618c14035cec018ab05fa614253880d1c3a179edf460221fcdf77d37884c5ad2969db825
6
+ metadata.gz: 8010e3abb6ea0c5bf2bf3c0b25d66a541bdd9c99a23e5d654cadec5571291cfe94a076f628526ca407f8715b4c566d953f37d9194d1924e565f386249fb74e4c
7
+ data.tar.gz: 7f30e0c6da1bad57e60d6f072a4bea5d60226f98af399b4f45e984635c81c9717c58fb1212cecc6a9c846fc18593105180183b6f33539b20143ac7a8cccc1d4e
@@ -1,3 +1,6 @@
1
+ ## 4.1.1
2
+ - Update gemspec summary
3
+
1
4
  ## 4.1.0
2
5
  - Enable use of docinfo (@metadata) fields in `add_field` decorations
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-elasticsearch'
4
- s.version = '4.1.0'
4
+ s.version = '4.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Read from an Elasticsearch cluster, based on search query results"
6
+ s.summary = "Reads query results from an Elasticsearch cluster"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-27 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -78,7 +78,9 @@ dependencies:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
- 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
81
+ description: This gem is a Logstash plugin required to be installed on top of the
82
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
83
+ gem is not a stand-alone program
82
84
  email: info@elastic.co
83
85
  executables: []
84
86
  extensions: []
@@ -116,9 +118,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
118
  version: '0'
117
119
  requirements: []
118
120
  rubyforge_project:
119
- rubygems_version: 2.4.8
121
+ rubygems_version: 2.6.11
120
122
  signing_key:
121
123
  specification_version: 4
122
- summary: Read from an Elasticsearch cluster, based on search query results
124
+ summary: Reads query results from an Elasticsearch cluster
123
125
  test_files:
124
126
  - spec/inputs/elasticsearch_spec.rb