logstash-input-redis 3.2.0 → 3.2.2

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: c5ca1b4f974fd36628fc9b373286d19520cd6ee12455318b8b4c5d8daff2b5dd
4
- data.tar.gz: 92af4b527141a270f7fbe52be1b4678663a4f3bef516cdbd14e6d5e23a8b14d3
3
+ metadata.gz: 3166f0d0790fde3501ba2bbe462c826548d3f4f3796354cb528ec7dec9b250db
4
+ data.tar.gz: 64a5bd0542681731513c830c611b051bf445d729c5b9259a31801f70fb07d825
5
5
  SHA512:
6
- metadata.gz: f0c8c0b22ca9dff8ef290bc390e520eb7185163ab9c1aaf988c825a4b197c0dda666b3fa768087d7e82df83998da7dc43a935ff9da7dce1c038f61f7ecbc1671
7
- data.tar.gz: 120a42989ff5cb251f9c79eb2d7864391b561830c73f95a8374a2a7173855d895ef1866d8ff8765fd627a7622f15997dd9706b0db1a5a2ce1eaf8db84f86c22d
6
+ metadata.gz: c6d0529bd28db81ea0a134a504dd79b1ad499cbefae933a20946abafa7e80c95ff478941c6739d855325629ff0d2ab028e7fd30227a8994a23d1b1e6153f5388
7
+ data.tar.gz: da5342d81946331dec0fef00fdc132c62255f837467dbd2b582e503ff701e8f9813a05b167c580b53fc56bd8f4f361e19283f601cdc02269b79189f20feaeaeb
@@ -1,3 +1,9 @@
1
+ ## 3.2.2
2
+ - Docs: Set the default_codec doc attribute.
3
+
4
+ ## 3.2.1
5
+ - Docs: Fix broken asciidoc ID
6
+
1
7
  ## 3.2.0
2
8
  - Add support for SSL #61
3
9
  - Add support for Redis unix sockets #64
@@ -1,5 +1,6 @@
1
1
  :plugin: redis
2
2
  :type: input
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -94,7 +95,7 @@ The Redis database number.
94
95
 
95
96
  The hostname of your Redis server.
96
97
 
97
- id="plugins-{type}s-{plugin}-path"]
98
+ [id="plugins-{type}s-{plugin}-path"]
98
99
  ===== `path`
99
100
 
100
101
  * Value type is <<string,string>>
@@ -157,3 +158,5 @@ Initial connection timeout in seconds.
157
158
 
158
159
  [id="plugins-{type}s-{plugin}-common-options"]
159
160
  include::{include_path}/{type}.asciidoc[]
161
+
162
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-redis'
4
- s.version = '3.2.0'
4
+ s.version = '3.2.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events from a Redis instance"
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-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-21 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
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.6.13
115
+ rubygems_version: 2.6.11
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Reads events from a Redis instance