logstash-filter-accesswatch 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/logstash/filters/accesswatch.rb +1 -0
- data/logstash-filter-accesswatch.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91290d2f1fbd7c8f4f52499b87d9aa9dda4f6e473904c1ab5e305742648d8e30
|
|
4
|
+
data.tar.gz: e6aad19608b4f00dc30abd124e0804073fe92798cabdc6676e49ba9c58c7025c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c2c9e00fb7719212fa59c8a0e6944914156fc2db616c304350a591a0f7f0ef9f4d76d45161f4a07b88c4faedcec1a4eea3ef99047a1f382e2c833efd35b4681
|
|
7
|
+
data.tar.gz: 84e8bdb3ad11aa79423598f943ce7bded37a75ce75c87aa2509b7174cb2f81836d55d2b35410a85810723aeacccce4114af10ad22d32444903126cd12634d255
|
|
@@ -55,6 +55,7 @@ class LogStash::Filters::Accesswatch < LogStash::Filters::Base
|
|
|
55
55
|
{:status => :success,
|
|
56
56
|
:data => data}
|
|
57
57
|
else
|
|
58
|
+
@logger.error("Access Watch (#{data["code"]}): #{data["message"]}")
|
|
58
59
|
{:status => :error,
|
|
59
60
|
:code => data["code"],
|
|
60
61
|
:message => data["message"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'logstash-filter-accesswatch'
|
|
4
|
-
s.version = '0.2.
|
|
4
|
+
s.version = '0.2.2'
|
|
5
5
|
s.licenses = ['Apache-2.0']
|
|
6
6
|
s.summary = 'The Logstash filter plugin for Access Watch (http://access.watch).'
|
|
7
7
|
s.description = 'The Access Watch filter adds information about robots visiting your website based on data from our robot database.'
|