logstash-filter-merge 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/logstash-filter-merge.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47d35f629ffcd9f6fedb7af11aa041651f2a9ff4
|
4
|
+
data.tar.gz: 45993cc214cc738560b48a9c6be6886e09bb4a52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ebc7f72338cbc0b8789ec0cd9dfceaae4e7c3612a1abd0ab717cad42106610b28458e23bfc518851568d7d4f763cf404f2dd38d0da92a69f7de80d5bbc748f9
|
7
|
+
data.tar.gz: 446a73341034cc0f7180b36e709c69bb3a2a6f239168d8504b314c6d581fa590a2e958ace854c9078f01db9fe065b7c0927977b3301166b0f88924f6b663f663
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-merge'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.1'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "This filter helps you merge fields."
|
6
|
-
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-
|
6
|
+
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-merge`. This gem is not a stand-alone program"
|
7
7
|
s.authors = ["William Tisäter"]
|
8
8
|
s.email = 'william@defunct.cc'
|
9
9
|
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-merge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Tisäter
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-
|
41
|
+
description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-merge`. This gem is not a stand-alone program
|
42
42
|
email: william@defunct.cc
|
43
43
|
executables: []
|
44
44
|
extensions: []
|