logstash-input-varnishncsa 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/inputs/varnishncsa.rb +0 -8
- 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: 79a2d4441ca61888ccbfa26982d8012a7a11de38
|
4
|
+
data.tar.gz: 66fbb34c63090386a582d76327d6ce5230f6e28c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac7792a0a0fec07147f6475ec82f67ee4c386abfb280a2d033e95b8824e63ddb8844ea8ceaf0146d375f116fd5acb75df0bab731af06f48f6a25859de2f09b93
|
7
|
+
data.tar.gz: d4790aab5a747d043194b53637c0fb744ea019f3854de7ce2475ba5d08d57bf917138cac5b8dcda561e1033c1f6dbf20fc3664f2365f6e687bc2bdac41e2c016
|
@@ -325,12 +325,4 @@ class LogStash::Inputs::Varnishncsa < LogStash::Inputs::Threadable
|
|
325
325
|
return @@reopen
|
326
326
|
end
|
327
327
|
end
|
328
|
-
|
329
|
-
public
|
330
|
-
def close
|
331
|
-
finished
|
332
|
-
end # def close
|
333
|
-
def teardown
|
334
|
-
finished
|
335
|
-
end # def teardown
|
336
328
|
end # class LogStash::Inputs::Stdin
|
@@ -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.4'
|
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.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hans moulron
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01-
|
11
|
+
date: 2016-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core
|