logstash-output-redis 4.0.3 → 4.0.4
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/CHANGELOG.md +3 -0
- data/LICENSE +1 -1
- data/docs/index.asciidoc +4 -1
- data/logstash-output-redis.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03434cdc5a9abfc298250ae6bef7f085ce2732d9f7b6382f6f8f26362ce79a90
|
|
4
|
+
data.tar.gz: a0146cd87f5d475de9bb420eea209926bf6aee2635006bedcb8c6dfcdb279920
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 679c2d0aa20058aaaaa6bf95bb959e38ee454c461acf9daa9beebe366e33e95fcc4ad79b92a1c87b5fb9180aeb2f03546b5a974b4f7a13f64cc6a212212ebda7
|
|
7
|
+
data.tar.gz: '08cfcd4df976cf98dc6a4e5b2af9617d87debee595bafbeef97ad7799e0b9c98176b996b25f3dd3c156f5340e51c97b19bbe70cfd5f4bea4690f6be149cb66d5'
|
data/CHANGELOG.md
CHANGED
data/LICENSE
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: redis
|
|
2
2
|
:type: output
|
|
3
|
+
:default_codec: json
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -199,4 +200,6 @@ Redis initial connection timeout in seconds.
|
|
|
199
200
|
|
|
200
201
|
|
|
201
202
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
202
|
-
include::{include_path}/{type}.asciidoc[]
|
|
203
|
+
include::{include_path}/{type}.asciidoc[]
|
|
204
|
+
|
|
205
|
+
:default_codec!:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-output-redis'
|
|
4
|
-
s.version = '4.0.
|
|
4
|
+
s.version = '4.0.4'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Sends events to a Redis queue using the `RPUSH` command"
|
|
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-output-redis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.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:
|
|
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
|