logstash-input-redis 1.0.1 → 1.0.2
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/redis.rb +1 -1
- data/logstash-input-redis.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6c5206d7206689d7c9dcdbd3aa91c9b5a7cc283
|
4
|
+
data.tar.gz: 173dd51051d94b80cae0bff837e6e6128ac43b11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 273179e36532d9be66c6994a7da00767c943230b07b9410bd174a36f57663235e6a35347fb2df06e1cb81379a4c3bbce3943e30dc52be245d3feac5371c055df
|
7
|
+
data.tar.gz: e2b1ce3f6990f2fc374be97102feb9634b3710eab7158a80997774cc5867b7912c462bfb7381bd9d3bf84bb5e849c3499bd93ceb1d3dee8079f5654a009adeb8
|
@@ -15,7 +15,7 @@ require "logstash/inputs/threadable"
|
|
15
15
|
# `batch_count` note: If you use the `batch_count` setting, you *must* use a Redis version 2.6.0 or
|
16
16
|
# newer. Anything older does not support the operations used by batching.
|
17
17
|
#
|
18
|
-
module
|
18
|
+
module LogStash module Inputs class Redis < LogStash::Inputs::Threadable
|
19
19
|
# class LogStash::Inputs::Redis < LogStash::Inputs::Threadable
|
20
20
|
|
21
21
|
config_name "redis"
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-input-redis'
|
4
|
-
s.version = '1.0.
|
4
|
+
s.version = '1.0.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "This input will read 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/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: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core
|
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
113
|
rubyforge_project:
|
114
|
-
rubygems_version: 2.
|
114
|
+
rubygems_version: 2.2.2
|
115
115
|
signing_key:
|
116
116
|
specification_version: 4
|
117
117
|
summary: This input will read events from a Redis instance
|