logstash-filter-throttle-prop 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1de866a8a0676952e1ae664db261ae6a2ae830fe
4
- data.tar.gz: 760ed358226f05c5b7ae5e2d96513dabfc12992c
3
+ metadata.gz: 45eb9268eec8e9bbd40160f0d72ef041bc3d9235
4
+ data.tar.gz: 7416e52a7ab4204abbd5820f5d07d6f3938551dd
5
5
  SHA512:
6
- metadata.gz: 961256d37c2b2b6e9deb5c330bdc1a4861ac6cb3d6efb64593de7e835a5fb4f63022a1499ea89ed0e4d0bf8a74ab69f11ca757dbb1eea5ef2f47d1a67f5d2f53
7
- data.tar.gz: 6d9e0dc7cb4a113084f1049ee64c2563a455bf02503c53a849e870b5918a41190ad43d0f80d4a86e8d1d252c015a674293ba54876f1e209748f13f5e60839fae
6
+ metadata.gz: 480a1a875de4876c32ff91265e2f7a8266eb278c96e91a3b89bc10d4731962cd123644ed12255b2391beaa7d4069ee7876cca2893cd4302aed64698f043ab6dd
7
+ data.tar.gz: ca7d3c51eef613020c117fbfa2cb936ae19b3eed8b3057e3ad6b0f75f47532a7785dbfacb1da34ad75ce58bfa5196ea3156f4cae65a6e6c169c31acdef24bd87
data/README.md CHANGED
@@ -4,7 +4,7 @@ This is a plugin for [Logstash](https://github.com/elastic/logstash).
4
4
 
5
5
  It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
6
6
 
7
- The throttle-prop-filter is to throttle events per a dynamic property. The filter is configured with a key, a value and a limit. The key is used to group the values. If the values with a different content are inserted more than limit, it will be filtered.
7
+ The logstash-filter-throttle-prop is to throttle events per a dynamic property. The filter is configured with a key, a value and a limit. The key is used to group the values. If the values with a different content are inserted more than limit, it will be filtered.
8
8
 
9
9
 
10
10
  ## How to install
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-throttle-prop'
3
- s.version = '0.1.0'
3
+ s.version = '0.1.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.description = 'A logstash filter plugin to throttle events per properties'
6
- s.summary = s.description
6
+ s.summary = 'Filter to throttle events per properties'
7
7
  s.homepage = 'https://github.com/JeanPinzon/logstash-filter-throttle-prop'
8
8
  s.authors = ['jeanpinzon']
9
9
  s.email = 'jean.pinzon1@gmail.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-throttle-prop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jeanpinzon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-10 00:00:00.000000000 Z
11
+ date: 2017-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -79,7 +79,7 @@ rubyforge_project:
79
79
  rubygems_version: 2.6.8
80
80
  signing_key:
81
81
  specification_version: 4
82
- summary: A logstash filter plugin to throttle events per properties
82
+ summary: Filter to throttle events per properties
83
83
  test_files:
84
84
  - spec/filters/throttle_prop_spec.rb
85
85
  - spec/spec_helper.rb