logstash-filter-metrics 4.0.5 → 4.0.6

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
2
  SHA256:
3
- metadata.gz: 15f1e6a7dc94b1311e8c725017ba55ef6e99e1dd4f9d2e872c7cda9165662396
4
- data.tar.gz: 0af8ee13898663ea1503c788b6c3c63aab02a9d2804936d46da96f7c05a81f76
3
+ metadata.gz: 10cd9983e423c7cdfaf586f174dbbd2dcb21eaadb2e019ed107e60a76a9c95ad
4
+ data.tar.gz: da1519de954d7cb039c30218f788dcf77b72789ac9ab7c81205a4f69257c6310
5
5
  SHA512:
6
- metadata.gz: bb0e6af36ac1af2cccd95994626ae4e237c94d3253c69d15351eca464fe830f2168e6be8a648020b03979e288b487033fda911083d64fe3e3b4d4cd0eead00ae
7
- data.tar.gz: 13178738d6365cca77a347b6d24cc9d0b269f32360fd749e0f5bd3366b23fbf898ab2dfb53f78debd768f878eb1ae6896a793aa2968028012205cfc23eea2573
6
+ metadata.gz: ac5b233411b1c05a7bb6841127159418af3b2ae1d188df8084b34fecd52ebefae8edba9668a6099d73138e506e80b57d90443b140ae12c32c47a24e79a6a77b7
7
+ data.tar.gz: 20e473a44fe50617a6e2aaa2ea46bd3aae1c3f561779cbc8984e1f47bed10c48effb1c440e0edbef3c9f6692d40c8d069cc2c56f4c0583ad5c004a5b40efcde4
@@ -1,3 +1,6 @@
1
+ ## 4.0.6
2
+ - Fixed two minor typos in documentation
3
+
1
4
  ## 4.0.5
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -51,7 +51,7 @@ metric in the following way:
51
51
 
52
52
  ==== `meter` values
53
53
 
54
- For a `meter => "something"` you will receive the following fields:
54
+ For a `meter => "thing"` you will receive the following fields:
55
55
 
56
56
  * "[thing][count]" - the total count of events
57
57
  * "[thing][rate_1m]" - the per-second event rate in a 1-minute sliding window
@@ -155,7 +155,7 @@ filter plugins.
155
155
  * Value type is <<number,number>>
156
156
  * Default value is `-1`
157
157
 
158
- The clear interval, when all counter are reset.
158
+ The clear interval, when all counters are reset.
159
159
 
160
160
  If set to -1, the default value, the metrics will never be cleared.
161
161
  Otherwise, should be a multiple of 5s.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-metrics'
4
- s.version = '4.0.5'
4
+ s.version = '4.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Aggregates metrics"
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.5
4
+ version: 4.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2019-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.6.11
115
+ rubygems_version: 2.6.13
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Aggregates metrics