logstash-filter-exceptioncategory 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 1fc9c7edbf457edfbf86475a5069da09613afe25
4
- data.tar.gz: 0bc32e1c5c4485a8120dd51068d5d2726b80c576
3
+ metadata.gz: 3f0cfbc03849fc94214394c593a832fd2100c5a6
4
+ data.tar.gz: 7758df86d3a56d193ad171083087413c2315473a
5
5
  SHA512:
6
- metadata.gz: e53b5a33d28b22e4f0b075eb13bacadcfe839f0216da0a38d1acb664ed2d27ba40e9e7656f5e9d3027aa82904b2f35c2c8a43eab0981ca4d50936484d6097c70
7
- data.tar.gz: c40aa5e7f9c5f9453975715368d443161b7cb71db1ac8b94962c5e72a24792166a01fc82e3939b547f98ff2126b238105d5dd01c3839c47d55a1d294705a8783
6
+ metadata.gz: caaf25813a38fff86100d2991826326eaa1f2e29f6282731af9cd9ff0bd2b14637f19d7446e93c45850f8d648d0c92953c18ec539b3e5b776557fb848fa56df9
7
+ data.tar.gz: e1fcfe30f953cf64f888ae5310b0e36c529de3784d1fcb8c4858a1f42f387148d7fafe1b355ae6566c69f8ce419b89e81534aaebcbc7d423b086a4e94c528bbd
@@ -26,9 +26,6 @@ class LogStash::Filters::ExceptionCategory < LogStash::Filters::Base
26
26
 
27
27
  public
28
28
  def filter(event)
29
-
30
- event["Title"] = "System.Security.SecurityException"
31
-
32
29
  categories = @Exceptions["Exceptions"]
33
30
  event_exception = event["@Exception"]
34
31
 
@@ -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.2'
5
+ s.version = '0.1.3'
6
6
  s.licenses = ['Apache License (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."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-exceptioncategory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ragnar Adolf Árnason
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-22 00:00:00.000000000 Z
11
+ date: 2016-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement