logstash-input-varnishncsa 2.0.2 → 2.0.3
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/inputs/varnishncsa.rb +1 -1
- data/logstash-input-varnishncsa.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a851b8fe6622fae213b30463e1089c3b72c31261
|
|
4
|
+
data.tar.gz: 89a0a6bd9a12351af339e4edb285c8ddadd2b50d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0b983678ebadf9450f11eca95c84da0d5ae9c474ea5311ad4ae82528ac929c6c1ae194e8b1baf87a4f77a75a7995a5fc773bd1e7a4e9e54d2123761a7a0e9ff
|
|
7
|
+
data.tar.gz: aeb8f5d067871a9264ec0bdac0f69412bebfab893bc3b7957f17508a476fcd76652f7d57df5a0465b5cdc17d29d602a011b720d1a0f558ac1d161e1dbbd637a4
|
|
@@ -300,7 +300,7 @@ class LogStash::Inputs::Varnishncsa < LogStash::Inputs::Threadable
|
|
|
300
300
|
event["X-Forwarded-For"] = headers['X-Forwarded-For']
|
|
301
301
|
event["hitmiss"] = @lp[:df_hitmiss]
|
|
302
302
|
event["handling"] = @lp[:df_handling]
|
|
303
|
-
event["headers"] = headers
|
|
303
|
+
event["headers"] = headers
|
|
304
304
|
begin
|
|
305
305
|
payload = event.to_json
|
|
306
306
|
rescue Encoding::UndefinedConversionError, ArgumentError
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-varnishncsa'
|
|
4
|
-
s.version = '2.0.
|
|
4
|
+
s.version = '2.0.3'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Read from varnish cache's shared memory log and return all value in a logstash field (rewrite of varnishlog in ruby)"
|
|
7
7
|
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-varnishncsa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- hans moulron
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logstash-core
|