logstash-filter-elasticsearch 3.2.0 → 3.2.1

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
- SHA1:
3
- metadata.gz: 364c2ed330ed87b3914f8a7644460ed48522b5db
4
- data.tar.gz: a77e91ea3a1071c78742fc9ce972f0d5ee9791f0
2
+ SHA256:
3
+ metadata.gz: 7e05102f70c7e104e992f6452fe120e3a7c36908eff0e0927b096b5ee420b040
4
+ data.tar.gz: 0b7fa6d082030618ab5c1743bd9825432d538605d30a1da494e200747f7a510f
5
5
  SHA512:
6
- metadata.gz: c7df570123dc569cdffd64f310b154f735efe97306b93bd7c76ce8cc43a92f67b9558b16d27d99f653e454473dad2ddf3e95703ea16229625b043d8b5e723a4d
7
- data.tar.gz: f64a717402ab19107450d6d800d3f5abb0ee32075b9c9afccdb61d8ba891b2f52f25a23c69117ecc0f816c42b42b8f9caa8e7e59b7fd44df5d1930cb58e1d04d
6
+ metadata.gz: '08698e711d7f451102be1962aab48998dcb9cb4eca1560b8a314d6ddacb113fac494d811bd5dcf40d48f7b091c87cb3e29b48f4db3b745090f1dd8e140b8f93f'
7
+ data.tar.gz: 502324704c4752889da2ba85a7dcad9e8241b73766f3495b4f62754fef6d4c1c49cc3319eae9f62cc146b9b6bc95cf0a904ccea8f7c7547875e0754494fa2c5e
@@ -1,3 +1,6 @@
1
+ ## 3.2.1
2
+ - Update gemspec summary
3
+
1
4
  ## 3.2.0
2
5
  - `index` setting now supports field formatting, such as `index => "%{myindex}"` (Boris Gorbylev)
3
6
 
@@ -222,7 +222,7 @@ SSL
222
222
  * Value type is <<array,array>>
223
223
  * Default value is `["_elasticsearch_lookup_failure"]`
224
224
 
225
- Tags the event on failure to look up geo information. This can be used in later analysis.
225
+ Tags the event on failure to look up previous log event information. This can be used in later analysis.
226
226
 
227
227
  [id="plugins-{type}s-{plugin}-user"]
228
228
  ===== `user`
@@ -235,4 +235,4 @@ Basic Auth - username
235
235
 
236
236
 
237
237
  [id="plugins-{type}s-{plugin}-common-options"]
238
- include::{include_path}/{type}.asciidoc[]
238
+ include::{include_path}/{type}.asciidoc[]
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-elasticsearch'
4
- s.version = '3.2.0'
4
+ s.version = '3.2.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Search elasticsearch for a previous log event and copy some fields from it into the current event"
6
+ s.summary = "Copies fields from previous log events in Elasticsearch to current events "
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-filter-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.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-09-29 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
@@ -64,7 +64,9 @@ dependencies:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
- 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
67
+ description: This gem is a Logstash plugin required to be installed on top of the
68
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
69
+ gem is not a stand-alone program
68
70
  email: info@elastic.co
69
71
  executables: []
70
72
  extensions: []
@@ -107,10 +109,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
109
  version: '0'
108
110
  requirements: []
109
111
  rubyforge_project:
110
- rubygems_version: 2.4.8
112
+ rubygems_version: 2.6.11
111
113
  signing_key:
112
114
  specification_version: 4
113
- summary: Search elasticsearch for a previous log event and copy some fields from it into the current event
115
+ summary: Copies fields from previous log events in Elasticsearch to current events
114
116
  test_files:
115
117
  - spec/filters/elasticsearch_spec.rb
116
118
  - spec/filters/fixtures/query_template.json