logstash-filter-drop 3.0.4 → 3.0.5
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-drop.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: e418d840b6cbc2d1ec0c27b01a00a99960aad8418b00b3c36b57cee2ad556489
|
4
|
+
data.tar.gz: 407b40793dd8660cb99ceab20b40e17eb6b554cff216027f2be9fdab598452b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3b3799b9c8ed025b1dcf1e81bc79786a839457c1ce022526ef89f8b161adfef0be24d12815ca223ebc12f43396038819aacdf6099894ecdbdf7050d96c02ca3
|
7
|
+
data.tar.gz: e1ca286e0a6d93be7ed4c90ad40f5b7409303d2488e9bc1efbfbe6633242c3678dc2d58bbf4b0d12464ba077db3e5ff4e21a0ff17240bca53c2d41a7a511d250
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-drop'
|
4
|
-
s.version = '3.0.
|
4
|
+
s.version = '3.0.5'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
|
-
s.summary = "Drops
|
6
|
+
s.summary = "Drops all events"
|
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"
|
8
8
|
s.authors = ["Elastic"]
|
9
9
|
s.email = 'info@elastic.co'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-drop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.5
|
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
|
+
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
|
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: info@elastic.co
|
49
51
|
executables: []
|
50
52
|
extensions: []
|
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
84
|
version: '0'
|
83
85
|
requirements: []
|
84
86
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.
|
87
|
+
rubygems_version: 2.6.11
|
86
88
|
signing_key:
|
87
89
|
specification_version: 4
|
88
|
-
summary: Drops
|
90
|
+
summary: Drops all events
|
89
91
|
test_files:
|
90
92
|
- spec/filters/drop_spec.rb
|