Skip to content

Commit d8d3233

Browse files
authored
[DOC] Reorder configuration options and bump to v3.5.1 (logstash-plugins#79)
* Reorder options * Bump to v3.5.1 * Update CHANGELOG.md
1 parent 4f555b4 commit d8d3233

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.5.1
2+
- [DOC] Reordered config option to alpha order [#79](https://github.com/logstash-plugins/logstash-input-redis/issues/79)
3+
14
## 3.5.0
25
- Updated redis client dependency to ~> 4
36

docs/index.asciidoc

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
4343
|=======================================================================
4444
|Setting |Input type|Required
4545
| <<plugins-{type}s-{plugin}-batch_count>> |<<number,number>>|No
46+
| <<plugins-{type}s-{plugin}-command_map>> |<<hash,hash>>|No
4647
| <<plugins-{type}s-{plugin}-data_type>> |<<string,string>>, one of `["list", "channel", "pattern_channel"]`|Yes
4748
| <<plugins-{type}s-{plugin}-db>> |<<number,number>>|No
4849
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
@@ -53,7 +54,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
5354
| <<plugins-{type}s-{plugin}-ssl>> |<<boolean,boolean>>|No
5455
| <<plugins-{type}s-{plugin}-threads>> |<<number,number>>|No
5556
| <<plugins-{type}s-{plugin}-timeout>> |<<number,number>>|No
56-
| <<plugins-{type}s-{plugin}-command_map>> |<<hash,hash>>|No
5757
|=======================================================================
5858

5959
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
@@ -69,6 +69,17 @@ input plugins.
6969

7070
The number of events to return from Redis using EVAL.
7171

72+
[id="plugins-{type}s-{plugin}-command_map"]
73+
===== `command_map`
74+
75+
* Value type is <<hash,hash>>
76+
* There is no default value for this setting.
77+
* key is the default command name, value is the renamed command.
78+
79+
Configure renamed redis commands in the form of "oldname" => "newname".
80+
Redis allows for the renaming or disabling of commands in its protocol, see: https://redis.io/topics/security
81+
82+
7283
[id="plugins-{type}s-{plugin}-data_type"]
7384
===== `data_type`
7485

@@ -155,16 +166,6 @@ Enable SSL support.
155166

156167
Initial connection timeout in seconds.
157168

158-
[id="plugins-{type}s-{plugin}-command_map"]
159-
===== `command_map`
160-
161-
* Value type is <<hash,hash>>
162-
* There is no default value for this setting.
163-
* key is the default command name, value is the renamed command.
164-
165-
Configure renamed redis commands in the form of "oldname" => "newname".
166-
Redis allows for the renaming or disabling of commands in its protocol, see: https://redis.io/topics/security
167-
168169
[id="plugins-{type}s-{plugin}-common-options"]
169170
include::{include_path}/{type}.asciidoc[]
170171

logstash-input-redis.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-input-redis'
4-
s.version = '3.5.0'
4+
s.version = '3.5.1'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Reads events from a Redis instance"
77
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"

0 commit comments

Comments
 (0)