logstash-filter-oui 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/logstash-filter-oui.gemspec +4 -4
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16277a0d37530e54ea1072c5fa265126b67e21d8
|
4
|
+
data.tar.gz: 56220a5540c584778a39b211b3ccb9519635a12c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 404352ee3333c8a37725ad505271a7ffb84b1304442db8ab4ef924f935464290dd29bfee0d3a2e29392c30c41cb5e639b0b413878b9048620d454048eecf843c
|
7
|
+
data.tar.gz: ee39dc01714626b318c7850d8a040a91ba0dee57951ef15b090932bac2c0045b3dfa20242c5d0fce39198d9ddf2406b4ed18907b20cfaf33d9d3cb64b3221fbb
|
data/LICENSE
CHANGED
data/logstash-filter-oui.gemspec
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-oui'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.5'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "This example filter replaces the contents of the message field with the specified value."
|
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/plugin install gemname. This gem is not a stand-alone program"
|
7
|
-
s.authors = ["
|
8
|
-
s.email = 'info@
|
9
|
-
s.homepage = "http://www.
|
7
|
+
s.authors = ["Elastic"]
|
8
|
+
s.email = 'info@elastic.co'
|
9
|
+
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
10
10
|
s.require_paths = ["lib"]
|
11
11
|
|
12
12
|
# Files
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-oui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,7 +73,7 @@ dependencies:
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
|
76
|
-
email: info@
|
76
|
+
email: info@elastic.co
|
77
77
|
executables: []
|
78
78
|
extensions: []
|
79
79
|
extra_rdoc_files: []
|
@@ -88,7 +88,7 @@ files:
|
|
88
88
|
- lib/logstash/filters/oui.rb
|
89
89
|
- logstash-filter-oui.gemspec
|
90
90
|
- spec/filters/oui_spec.rb
|
91
|
-
homepage: http://www.
|
91
|
+
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
92
92
|
licenses:
|
93
93
|
- Apache License (2.0)
|
94
94
|
metadata:
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
112
|
rubyforge_project:
|
113
|
-
rubygems_version: 2.
|
113
|
+
rubygems_version: 2.1.9
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: This example filter replaces the contents of the message field with the specified value.
|