@@ -122,8 +122,8 @@ This plugin supports the following configuration options plus the <<plugins-{typ
122
122
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
123
123
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
124
124
| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
125
- | <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
126
125
| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
126
+ | <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
127
127
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
128
128
| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
129
129
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -171,14 +171,6 @@ The list of ciphers suite to use, listed by priorities.
171
171
172
172
Close Idle clients after X seconds of inactivity.
173
173
174
- [id="plugins-{type}s-{plugin}-executor_threads"]
175
- ===== `executor_threads`
176
-
177
- * Value type is <<number,number>>
178
- * Default value is 1 executor thread per CPU core
179
-
180
- The number of parallel executor threads.
181
-
182
174
[id="plugins-{type}s-{plugin}-ecs_compatibility"]
183
175
===== `ecs_compatibility`
184
176
@@ -192,6 +184,14 @@ The number of parallel executor threads.
192
184
193
185
Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed information.
194
186
187
+ [id="plugins-{type}s-{plugin}-executor_threads"]
188
+ ===== `executor_threads`
189
+
190
+ * Value type is <<number,number>>
191
+ * Default value is 1 executor thread per CPU core
192
+
193
+ The number of parallel executor threads to be used to process incoming beats requests.
194
+
195
195
[id="plugins-{type}s-{plugin}-host"]
196
196
===== `host`
197
197
0 commit comments