Skip to content

Commit 52fba17

Browse files
committed
Put the description in correct order plus little extension to the description
1 parent c35c5c9 commit 52fba17

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
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.1.3
25
- Fix: safe-guard byte buf allocation [#420](https://github.com/logstash-plugins/logstash-input-beats/pull/420)
36
- Updated Jackson dependencies

docs/index.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

172172
Close 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

193185
Refer 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

Comments
 (0)