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 +5 -5
- data/CHANGELOG.md +3 -0
- data/logstash-filter-aggregate.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: bdbd08aff733463c2cbe5f630019f92a806b4b32ba370a725f0f4ace5892cde2
|
4
|
+
data.tar.gz: b543a06917606bd25b3f727266bfb0e9cb0b484fe41c7f3ebcad9203fe979c3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cabfccaf07cc1f909fe58f4ed155073a8575350df4a1a7310df06d04fb88c80b0dbb97dd6f83d21f9ea696fb3a136d08731b6572a0f281c29687ffe487a48d79
|
7
|
+
data.tar.gz: 7b25f24e009927c2b1c73960be397aee87955847d497b048d5877c8f323ea494e6acf94b9f661d29d88c63f7fd331bcbee6eea45ee7a58a17af917f881d28da2
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-aggregate'
|
3
|
-
s.version = '2.7.
|
3
|
+
s.version = '2.7.1'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
|
-
s.summary =
|
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.
|
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-
|
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
|
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.
|
90
|
+
rubygems_version: 2.6.11
|
89
91
|
signing_key:
|
90
92
|
specification_version: 4
|
91
|
-
summary:
|
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
|