logstash-filter-exceptioncategory 0.1.90 → 0.1.91
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: b84cdc0d60c42bc8e2b23bdf76d6cfbafc64f441
|
4
|
+
data.tar.gz: f995c069763d17d4a4162354bb0922c6b22020f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e4c4e2e98e8a727e6947ca8c0cb76d3f74621f41ec87b810c04e17c89e44a31d11c72cae1bb897011c60ee4f61dabbd0e81edf23f295f9256c6964ca41a6331
|
7
|
+
data.tar.gz: 81ffd3707aa655799144b6cdcc2c2ded77ef15f78443ea1f3f1736acd4699e64feff73c7ab08714b4333be8551b0d01ce83b6a7358550d2c0532cc9056a2b342
|
@@ -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.91'
|
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."
|