@@ -162,7 +162,11 @@ This plugin supports the following configuration options plus the <<plugins-{typ
162162| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
163163| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
164164| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
165+ <<<<<<< HEAD
165166| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
167+ =======
168+ | <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
169+ >>>>>>> added documentation for executor_threads
166170| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
167171| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
168172| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -210,6 +214,7 @@ The list of ciphers suite to use, listed by priorities.
210214
211215Close Idle clients after X seconds of inactivity.
212216
217+ <<<<<<< HEAD
213218[id="plugins-{type}s-{plugin}-ecs_compatibility"]
214219===== `ecs_compatibility`
215220
@@ -223,6 +228,15 @@ Close Idle clients after X seconds of inactivity.
223228** Otherwise, the default value is `disabled`.
224229
225230Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed information.
231+ =======
232+ [id="plugins-{type}s-{plugin}-executor_threads"]
233+ ===== `executor_threads`
234+
235+ * Value type is <<number,number>>
236+ * Default value is 1 executor thread per CPU core
237+
238+ The number of parallel executor threads.
239+ >>>>>>> added documentation for executor_threads
226240
227241[id="plugins-{type}s-{plugin}-host"]
228242===== `host`
0 commit comments