logstash-filter-metricize 3.0.2-java → 3.0.3-java

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: dc68eb81a37b71aeb7df7791c312cee55abc08e8
4
- data.tar.gz: 9dd323a0119ba3bf8e3cb1c4bcc3cc39845b46a5
2
+ SHA256:
3
+ metadata.gz: 3e37f7237c928d32b68f57f1f3a0d05d082a7b3a4b069e5cda6c677f5177ab6e
4
+ data.tar.gz: 7d7461bfbd4b40b5bc009e81339d85f3b6c193ee674c1b81e85318515c2bd592
5
5
  SHA512:
6
- metadata.gz: fe9388a7fa0b2fd9c7bb7f4bb723657ded7ef5d47be51d0f2c42d0750e6092a644b193ea1ae25ef5d5b64b02cdab3cfb0c02f6439e8daa4571eaaea94c78cdab
7
- data.tar.gz: 8bf82506272d8709dc162b428d35ff773ce5ca714ba48d2055d521eeae6ded6b8b9bedc234f172959cf1a11564cdc706f735cdcc327cd4d823776190abea331c
6
+ metadata.gz: c1e6708fe956573e308458dc0ce0d1222cf502a1e40e465238aa97fa42a079ae75b05460e8b087b30ee90c4a1e6abd6da30fe03631f2cd0397c50bd8e2b90201
7
+ data.tar.gz: 68c2e07e6f80a0c4efdadb79300eeedce996223f827b24c90c2c413af9ad49a2f3bf946575ce964b72e57d64c77bd835cc594639c0a2856708e3d3e606c390b7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-metricize'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache-2.0']
7
- s.summary = "The metricize filter is for transforming events with multiple metrics into multiple event each with a single metric."
7
+ s.summary = "Takes complex events containing a number of metrics and splits these up into multiple events, each holding a single metric"
8
8
  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"
9
9
  s.authors = ["Elastic"]
10
10
  s.email = 'christian.dahlqvist@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-metricize
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 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
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- 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
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: christian.dahlqvist@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: The metricize filter is for transforming events with multiple metrics into multiple event each with a single metric.
90
+ summary: Takes complex events containing a number of metrics and splits these up into
91
+ multiple events, each holding a single metric
89
92
  test_files:
90
93
  - spec/filters/metricize_spec.rb