@@ -45,6 +45,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
45
45
| <<plugins-{type}s-{plugin}-data_type>> |<<string,string>>, one of `["list", "channel", "pattern_channel"]`|Yes
46
46
| <<plugins-{type}s-{plugin}-db>> |<<number,number>>|No
47
47
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
48
+ | <<plugins-{type}s-{plugin}-path>> |<<string,string>>|No
48
49
| <<plugins-{type}s-{plugin}-key>> |<<string,string>>|Yes
49
50
| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
50
51
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|No
@@ -58,15 +59,15 @@ input plugins.
58
59
59
60
60
61
[id="plugins-{type}s-{plugin}-batch_count"]
61
- ===== `batch_count`
62
+ ===== `batch_count`
62
63
63
64
* Value type is <<number,number>>
64
65
* Default value is `125`
65
66
66
67
The number of events to return from Redis using EVAL.
67
68
68
69
[id="plugins-{type}s-{plugin}-data_type"]
69
- ===== `data_type`
70
+ ===== `data_type`
70
71
71
72
* This is a required setting.
72
73
* 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.
77
78
If `redis\_type` is `pattern_channel`, then we will PSUBSCRIBE to the key.
78
79
79
80
[id="plugins-{type}s-{plugin}-db"]
80
- ===== `db`
81
+ ===== `db`
81
82
82
83
* Value type is <<number,number>>
83
84
* Default value is `0`
84
85
85
86
The Redis database number.
86
87
87
88
[id="plugins-{type}s-{plugin}-host"]
88
- ===== `host`
89
+ ===== `host`
89
90
90
91
* Value type is <<string,string>>
91
92
* Default value is `"127.0.0.1"`
92
93
93
94
The hostname of your Redis server.
94
95
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
+
95
105
[id="plugins-{type}s-{plugin}-key"]
96
- ===== `key`
106
+ ===== `key`
97
107
98
108
* This is a required setting.
99
109
* Value type is <<string,string>>
@@ -102,31 +112,31 @@ The hostname of your Redis server.
102
112
The name of a Redis list or channel.
103
113
104
114
[id="plugins-{type}s-{plugin}-password"]
105
- ===== `password`
115
+ ===== `password`
106
116
107
117
* Value type is <<password,password>>
108
118
* There is no default value for this setting.
109
119
110
120
Password to authenticate with. There is no authentication by default.
111
121
112
122
[id="plugins-{type}s-{plugin}-port"]
113
- ===== `port`
123
+ ===== `port`
114
124
115
125
* Value type is <<number,number>>
116
126
* Default value is `6379`
117
127
118
128
The port to connect on.
119
129
120
130
[id="plugins-{type}s-{plugin}-threads"]
121
- ===== `threads`
131
+ ===== `threads`
122
132
123
133
* Value type is <<number,number>>
124
134
* Default value is `1`
125
135
126
136
127
137
128
138
[id="plugins-{type}s-{plugin}-timeout"]
129
- ===== `timeout`
139
+ ===== `timeout`
130
140
131
141
* Value type is <<number,number>>
132
142
* Default value is `5`
@@ -136,4 +146,4 @@ Initial connection timeout in seconds.
136
146
137
147
138
148
[id="plugins-{type}s-{plugin}-common-options"]
139
- include::{include_path}/{type}.asciidoc[]
149
+ include::{include_path}/{type}.asciidoc[]
0 commit comments