logstash-filter-aggregate 2.7.0 → 2.7.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: 155d6cb60a93bfdc3fb4d14e67c775e59e0b25cc
4
- data.tar.gz: 3d61aa6dbd824619fe613d295f958d5e4abe70a7
2
+ SHA256:
3
+ metadata.gz: bdbd08aff733463c2cbe5f630019f92a806b4b32ba370a725f0f4ace5892cde2
4
+ data.tar.gz: b543a06917606bd25b3f727266bfb0e9cb0b484fe41c7f3ebcad9203fe979c3a
5
5
  SHA512:
6
- metadata.gz: ab53e0c19de46018254cfc5f545d96a6796556321a8841775aff1c69d1b1ed02c0e3f8df1b89a9934f3e6475f1d720b6215b81f530000275c4ff7b7cd8f6ecc4
7
- data.tar.gz: 1b7a7d1fc22c049b0593c84cde188c3bcc1654ae267840789786110d9bb78e1fe0917f3dcb7393173a9b0bf37588d14358252b959b438716761034466731cf46
6
+ metadata.gz: cabfccaf07cc1f909fe58f4ed155073a8575350df4a1a7310df06d04fb88c80b0dbb97dd6f83d21f9ea696fb3a136d08731b6572a0f281c29687ffe487a48d79
7
+ data.tar.gz: 7b25f24e009927c2b1c73960be397aee87955847d497b048d5877c8f323ea494e6acf94b9f661d29d88c63f7fd331bcbee6eea45ee7a58a17af917f881d28da2
@@ -1,3 +1,6 @@
1
+ ## 2.7.1
2
+ - Update gemspec summary
3
+
1
4
  ## 2.7.0
2
5
  - new feature: add support for multiple pipelines (for Logstash 6.0+)
3
6
  aggregate maps, timeout options, and aggregate_maps_path are now stored per pipeline.
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-aggregate'
3
- s.version = '2.7.0'
3
+ s.version = '2.7.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = 'The aim of this filter is to aggregate information available among several events (typically log lines) belonging to a same task, and finally push aggregated information into final task event.'
5
+ s.summary = "Aggregates information from several events originating with a single task"
6
6
  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'
7
7
  s.authors = ['Elastic', 'Fabien Baligand']
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-aggregate
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-11-03 00:00:00.000000000 Z
12
+ date: 2017-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -45,7 +45,9 @@ dependencies:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
- 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
48
+ description: This gem is a Logstash plugin required to be installed on top of the
49
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
50
+ gem is not a stand-alone program
49
51
  email: info@elastic.co
50
52
  executables: []
51
53
  extensions: []
@@ -85,10 +87,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
87
  version: '0'
86
88
  requirements: []
87
89
  rubyforge_project:
88
- rubygems_version: 2.4.8
90
+ rubygems_version: 2.6.11
89
91
  signing_key:
90
92
  specification_version: 4
91
- summary: The aim of this filter is to aggregate information available among several events (typically log lines) belonging to a same task, and finally push aggregated information into final task event.
93
+ summary: Aggregates information from several events originating with a single task
92
94
  test_files:
93
95
  - spec/filters/aggregate_spec.rb
94
96
  - spec/filters/aggregate_spec_helper.rb