logstash-filter-unicode-categories 1.1.0 → 1.2.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: bbf2b2405e8535876b656dbd32aad9fd9fc988be5adb886f32c886f5aa77e1c5
|
4
|
+
data.tar.gz: c6695f547a8263fd8c4aa1eed9796badfc368dc9e0f8127464f5113d4369b940
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12050ee57d60954c1c32d63c22947c57a49c732148a883dcde272dc1bd60dbe276ae1d5f5d153101c2ad0f8129ae28e83d7ad068a2cbb2c51dcb65f262103325
|
7
|
+
data.tar.gz: 816aa6e1f33dac099c91b4852f378537ee26dde1a418f36952a3e08078158d29e6eaaa5fe246a3732326a43fb3fc7c9206cacbc3b2842076dc264a0b34041681
|
@@ -3,7 +3,7 @@ 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
9
|
# unicode-cat {
|
@@ -11,7 +11,7 @@ class LogStash::Filters::UnicodeCat < LogStash::Filters::Base
|
|
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.2.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"
|