logstash-filter-exceptioncategory 0.1.89 → 0.1.90
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-filter-exceptioncategory.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca621e41da76d1a0e2cc52340875bde43b393e98
|
4
|
+
data.tar.gz: 3662da1befa626f4216ca21b6d9ce107d6dc543f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98b04644c112e229d63a52494d3656a2f069cd951455411fabe71ba1373ad1702051837442a30f196149c573b5c33affd119e96f6be30e15a631bb0a9f85d93a
|
7
|
+
data.tar.gz: b57bab576bef493556dcd19ae99e4cee73c8b889f3b3db4d14664e93d39298e7517a31a7110c9e97b048b4865f5353623b8b1d5e6f53a3c07395395fc8508953
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'logstash-filter-exceptioncategory'
|
5
|
-
s.version = '0.1.
|
5
|
+
s.version = '0.1.90'
|
6
6
|
s.licenses = ['Apache-2.0']
|
7
7
|
s.summary = "Categorizes exceptions"
|
8
8
|
s.description = "Fetches a remote json file which includes categorization of exceptions. Uses that categorization to attach a category to an event depending on which exception the event has."
|