@@ -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
@@ -222,6 +227,15 @@ Close Idle clients after X seconds of inactivity.
222227** Otherwise, the default value is `disabled`.
223228
224229Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed information.
230+ =======
231+ [id="plugins-{type}s-{plugin}-executor_threads"]
232+ ===== `executor_threads`
233+
234+ * Value type is <<number,number>>
235+ * Default value is 1 executor thread per CPU core
236+
237+ The number of parallel executor threads.
238+ >>>>>>> added documentation for executor_threads
225239
226240[id="plugins-{type}s-{plugin}-host"]
227241===== `host`
0 commit comments