logstash-filter-unicode-categories 1.1.0 → 1.3.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c729ebd27092227e1ff6cd51cfbea01ffef9bd77898451c0d69a91e7a44bce9d
|
4
|
+
data.tar.gz: 308b8c4b6ed5305e56a6727f5a61633e4ab0e58276315b8f91eadbbddbe623e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a48c4ebba920a0197b05c89a60b9df6f122cb9673f917ff1323aa92b95eb0f47b4c77c36eb156e764e9e22d4cd272abcb9a8d7dc1f65b3d0f37f3dc420860b3
|
7
|
+
data.tar.gz: 94ed782488c567dfb4c948c69a22a77e3ad5161e503cdfff6206a4e8b3405953c63005efd636cfdbff7653ed7955e0006e89a7b87fc6a9982970548c2e85c95d
|
@@ -3,15 +3,15 @@ require "logstash/filters/base"
|
|
3
3
|
require "logstash/namespace"
|
4
4
|
require "unicode/categories"
|
5
5
|
|
6
|
-
class LogStash::Filters::
|
6
|
+
class LogStash::Filters::UnicodeCategories < LogStash::Filters::Base
|
7
7
|
|
8
8
|
# filter {
|
9
|
-
# unicode-
|
9
|
+
# unicode-categories {
|
10
10
|
# data => "My String"
|
11
11
|
# }
|
12
12
|
# }
|
13
13
|
#
|
14
|
-
config_name "unicode-
|
14
|
+
config_name "unicode-categories"
|
15
15
|
|
16
16
|
config :data, :validate => :string, :default => ""
|
17
17
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-unicode-categories'
|
3
|
-
s.version = '1.
|
3
|
+
s.version = '1.3.0'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "This filter takes in a value to get unicode categories for."
|
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/logstash-plugin install gemname. This gem is not a stand-alone program"
|