logstash-input-varnishlog 3.0.3 → 3.0.4

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
  SHA256:
3
- metadata.gz: ffb5530bade806c089302a168971e0e39e4e51d79a02b6070f8ce3e2ef67117e
4
- data.tar.gz: 26a65ffef319e8d536107ec03cbf0eacb58aae833cb5aa1d76aa68657e95adf0
3
+ metadata.gz: 783a2fe4a1f3cadcdcb666528d20c4f488e5520049aff4ad217f841f1fdd88e7
4
+ data.tar.gz: 0dee7938b3c75fb4a21df5426237c3ca1f0eba26f2bd22f08efe2ce829d5c6ec
5
5
  SHA512:
6
- metadata.gz: e1dcb589b205ffb9d950a7705b87e13ebfb838f284a13bd793a8a7cab5d81d0b1da550ebb8c1c52fe4ca6c4daa51a8c106e4d48b85733d977e1cf71fbf11a2ea
7
- data.tar.gz: cad1603fbcf7e45fa7763be4a06696b27d4133f502a018c86a853d5aeceef6c4bbefb04d0d195e94b402936dedec8e0bb9c240c26e1e276f75e505fe1fc5df3f
6
+ metadata.gz: 26081e7bc4efea12e315dd6324ad7203416f15da6536aac229bebd0d28ed5c016e58d5bd04c8e7746a84ada8c1940fd8e15d13282aab3f578148be301810dcdd
7
+ data.tar.gz: 4f2b21021421c59ce5e3e91a9ce2f96d94bb3ea10a9e908de050a1abeb8505af6b96eb0a1404cb43973927ca00968cd6d950fe61e1d522d9caa6c6262312d303
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: varnishlog
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -49,4 +50,6 @@ input plugins.
49
50
 
50
51
 
51
52
  [id="plugins-{type}s-{plugin}-common-options"]
52
- include::{include_path}/{type}.asciidoc[]
53
+ include::{include_path}/{type}.asciidoc[]
54
+
55
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-varnishlog'
4
- s.version = '3.0.3'
4
+ s.version = '3.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads from the `varnish` cache shared memory log"
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/logstash-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-varnishlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement