@@ -122,8 +122,8 @@ This plugin supports the following configuration options plus the <<plugins-{typ
122122| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
123123| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
124124| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
125- | <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
126125| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
126+ | <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
127127| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
128128| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
129129| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -171,14 +171,6 @@ The list of ciphers suite to use, listed by priorities.
171171
172172Close Idle clients after X seconds of inactivity.
173173
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-
182174[id="plugins-{type}s-{plugin}-ecs_compatibility"]
183175===== `ecs_compatibility`
184176
@@ -192,6 +184,14 @@ The number of parallel executor threads.
192184
193185Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed information.
194186
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+
195195[id="plugins-{type}s-{plugin}-host"]
196196===== `host`
197197
0 commit comments