Skip to content

Commit 8874da3

Browse files
committed
Put the description in correct order plus little extension to the description
1 parent adc6835 commit 8874da3

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
## 6.1.7
23
- [DOC] Remove limitations topic and link [#428](https://github.com/logstash-plugins/logstash-input-http/pull/428)
34

@@ -9,6 +10,10 @@
910

1011
## 6.1.4
1112
- Fix: reduce error logging on connection resets [#424](https://github.com/logstash-plugins/logstash-input-beats/pull/424)
13+
=======
14+
## x.y.z
15+
- [DOC] described `executor_threads` configuration parameter [#421](https://github.com/logstash-plugins/logstash-input-beats/pull/421)
16+
>>>>>>> Put the description in correct order plus little extension to the description
1217
1318
## 6.1.3
1419
- Fix: safe-guard byte buf allocation [#420](https://github.com/logstash-plugins/logstash-input-beats/pull/420)

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
@@ -237,6 +245,14 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
237245
The number of parallel executor threads.
238246
>>>>>>> added documentation for executor_threads
239247

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

0 commit comments

Comments
 (0)