@@ -45,6 +45,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
4545| <<plugins-{type}s-{plugin}-data_type>> |<<string,string>>, one of `["list", "channel", "pattern_channel"]`|Yes
4646| <<plugins-{type}s-{plugin}-db>> |<<number,number>>|No
4747| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
48+ | <<plugins-{type}s-{plugin}-path>> |<<string,string>>|No
4849| <<plugins-{type}s-{plugin}-key>> |<<string,string>>|Yes
4950| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
5051| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|No
@@ -58,15 +59,15 @@ input plugins.
5859
5960
6061[id="plugins-{type}s-{plugin}-batch_count"]
61- ===== `batch_count`
62+ ===== `batch_count`
6263
6364 * Value type is <<number,number>>
6465 * Default value is `125`
6566
6667The number of events to return from Redis using EVAL.
6768
6869[id="plugins-{type}s-{plugin}-data_type"]
69- ===== `data_type`
70+ ===== `data_type`
7071
7172 * This is a required setting.
7273 * Value can be any of: `list`, `channel`, `pattern_channel`
@@ -77,23 +78,32 @@ key. If `redis\_type` is `channel`, then we will SUBSCRIBE to the key.
7778If `redis\_type` is `pattern_channel`, then we will PSUBSCRIBE to the key.
7879
7980[id="plugins-{type}s-{plugin}-db"]
80- ===== `db`
81+ ===== `db`
8182
8283 * Value type is <<number,number>>
8384 * Default value is `0`
8485
8586The Redis database number.
8687
8788[id="plugins-{type}s-{plugin}-host"]
88- ===== `host`
89+ ===== `host`
8990
9091 * Value type is <<string,string>>
9192 * Default value is `"127.0.0.1"`
9293
9394The hostname of your Redis server.
9495
96+ id="plugins-{type}s-{plugin}-path"]
97+ ===== `path`
98+
99+ * Value type is <<string,string>>
100+ * There is no default value for this setting.
101+ * Path will override Host configuration if both specified.
102+
103+ The unix socket path of your Redis server.
104+
95105[id="plugins-{type}s-{plugin}-key"]
96- ===== `key`
106+ ===== `key`
97107
98108 * This is a required setting.
99109 * Value type is <<string,string>>
@@ -102,31 +112,31 @@ The hostname of your Redis server.
102112The name of a Redis list or channel.
103113
104114[id="plugins-{type}s-{plugin}-password"]
105- ===== `password`
115+ ===== `password`
106116
107117 * Value type is <<password,password>>
108118 * There is no default value for this setting.
109119
110120Password to authenticate with. There is no authentication by default.
111121
112122[id="plugins-{type}s-{plugin}-port"]
113- ===== `port`
123+ ===== `port`
114124
115125 * Value type is <<number,number>>
116126 * Default value is `6379`
117127
118128The port to connect on.
119129
120130[id="plugins-{type}s-{plugin}-threads"]
121- ===== `threads`
131+ ===== `threads`
122132
123133 * Value type is <<number,number>>
124134 * Default value is `1`
125135
126136
127137
128138[id="plugins-{type}s-{plugin}-timeout"]
129- ===== `timeout`
139+ ===== `timeout`
130140
131141 * Value type is <<number,number>>
132142 * Default value is `5`
@@ -136,4 +146,4 @@ Initial connection timeout in seconds.
136146
137147
138148[id="plugins-{type}s-{plugin}-common-options"]
139- include::{include_path}/{type}.asciidoc[]
149+ include::{include_path}/{type}.asciidoc[]
0 commit comments