From addd8314631d222dc80f9f843d00caccfc8c3e66 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Wed, 4 Mar 2020 16:59:10 -0500 Subject: [PATCH 1/3] Reorder options --- docs/index.asciidoc | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index bb7be49..cc8340e 100755 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -43,6 +43,7 @@ This plugin supports the following configuration options plus the <> |<>|No +| <> |<>|No | <> |<>, one of `["list", "channel", "pattern_channel"]`|Yes | <> |<>|No | <> |<>|No @@ -53,7 +54,6 @@ This plugin supports the following configuration options plus the <> |<>|No | <> |<>|No | <> |<>|No -| <> |<>|No |======================================================================= Also see <> for a list of options supported by all @@ -69,6 +69,17 @@ input plugins. The number of events to return from Redis using EVAL. +[id="plugins-{type}s-{plugin}-command_map"] +===== `command_map` + + * Value type is <> + * There is no default value for this setting. + * key is the default command name, value is the renamed command. + +Configure renamed redis commands in the form of "oldname" => "newname". +Redis allows for the renaming or disabling of commands in its protocol, see: https://redis.io/topics/security + + [id="plugins-{type}s-{plugin}-data_type"] ===== `data_type` @@ -155,16 +166,6 @@ Enable SSL support. Initial connection timeout in seconds. -[id="plugins-{type}s-{plugin}-command_map"] -===== `command_map` - - * Value type is <> - * There is no default value for this setting. - * key is the default command name, value is the renamed command. - -Configure renamed redis commands in the form of "oldname" => "newname". -Redis allows for the renaming or disabling of commands in its protocol, see: https://redis.io/topics/security - [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] From c886f233d5233dc1d7143bd429823667d77f2558 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Tue, 10 Mar 2020 14:57:41 -0400 Subject: [PATCH 2/3] Bump to v3.5.1 --- CHANGELOG.md | 3 +++ logstash-input-redis.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d34d5..1fdfc0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.5.1 + - [DOC] Reordered config option to alpha order [#tbd](https://github.com/logstash-plugins/logstash-input-redis/issues/tbd) + ## 3.5.0 - Updated redis client dependency to ~> 4 diff --git a/logstash-input-redis.gemspec b/logstash-input-redis.gemspec index cfb2408..e68f21a 100755 --- a/logstash-input-redis.gemspec +++ b/logstash-input-redis.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-redis' - s.version = '3.5.0' + s.version = '3.5.1' s.licenses = ['Apache License (2.0)'] s.summary = "Reads events from a Redis instance" 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" From fc7fb7b57f6ee465ada9d7c0ee30ed92f28db657 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Tue, 10 Mar 2020 14:59:02 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fdfc0a..65fc096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 3.5.1 - - [DOC] Reordered config option to alpha order [#tbd](https://github.com/logstash-plugins/logstash-input-redis/issues/tbd) + - [DOC] Reordered config option to alpha order [#79](https://github.com/logstash-plugins/logstash-input-redis/issues/79) ## 3.5.0 - Updated redis client dependency to ~> 4