Skip to content

Commit ab34994

Browse files
committed
Put the description in correct order plus little extension to the description
1 parent 05eae81 commit ab34994

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## x.y.z
2+
- [DOC] described `executor_threads` configuration parameter [#421](https://github.com/logstash-plugins/logstash-input-beats/pull/421)
3+
14
## 6.2.0
25
- ECS compatibility enablement: Adds alias to support upcoming ECS v8 with the existing ECS v1 implementation
36

docs/index.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,15 @@ This plugin supports the following configuration options plus the <<plugins-{typ
163163
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
164164
| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
165165
<<<<<<< HEAD
166+
<<<<<<< HEAD
166167
| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
167168
=======
168169
| <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
169170
>>>>>>> added documentation for executor_threads
171+
=======
172+
| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
173+
| <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
174+
>>>>>>> Put the description in correct order plus little extension to the description
170175
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
171176
| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
172177
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -215,6 +220,9 @@ The list of ciphers suite to use, listed by priorities.
215220
Close Idle clients after X seconds of inactivity.
216221

217222
<<<<<<< HEAD
223+
<<<<<<< HEAD
224+
=======
225+
>>>>>>> Put the description in correct order plus little extension to the description
218226
[id="plugins-{type}s-{plugin}-ecs_compatibility"]
219227
===== `ecs_compatibility`
220228
@@ -238,6 +246,14 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
238246
The number of parallel executor threads.
239247
>>>>>>> added documentation for executor_threads
240248

249+
[id="plugins-{type}s-{plugin}-executor_threads"]
250+
===== `executor_threads`
251+
252+
* Value type is <<number,number>>
253+
* Default value is 1 executor thread per CPU core
254+
255+
The number of parallel executor threads to be used to process incoming beats requests.
256+
241257
[id="plugins-{type}s-{plugin}-host"]
242258
===== `host`
243259

0 commit comments

Comments
 (0)