Skip to content

Commit 64f4780

Browse files
committed
Aligned to master
1 parent 8874da3 commit 64f4780

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<<<<<<< HEAD
1+
## x.y.z
2+
- [DOC] described `executor_threads` configuration parameter [#421](https://github.com/logstash-plugins/logstash-input-beats/pull/421)
3+
24
## 6.1.7
35
- [DOC] Remove limitations topic and link [#428](https://github.com/logstash-plugins/logstash-input-http/pull/428)
46

@@ -10,10 +12,6 @@
1012

1113
## 6.1.4
1214
- 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
1715

1816
## 6.1.3
1917
- Fix: safe-guard byte buf allocation [#420](https://github.com/logstash-plugins/logstash-input-beats/pull/420)

docs/index.asciidoc

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,8 @@ 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
166-
<<<<<<< HEAD
167165
| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
168-
=======
169166
| <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
170-
>>>>>>> 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
175167
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
176168
| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
177169
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -219,10 +211,6 @@ The list of ciphers suite to use, listed by priorities.
219211

220212
Close Idle clients after X seconds of inactivity.
221213

222-
<<<<<<< HEAD
223-
<<<<<<< HEAD
224-
=======
225-
>>>>>>> Put the description in correct order plus little extension to the description
226214
[id="plugins-{type}s-{plugin}-ecs_compatibility"]
227215
===== `ecs_compatibility`
228216

@@ -235,15 +223,6 @@ Close Idle clients after X seconds of inactivity.
235223
** Otherwise, the default value is `disabled`.
236224

237225
Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed information.
238-
=======
239-
[id="plugins-{type}s-{plugin}-executor_threads"]
240-
===== `executor_threads`
241-
242-
* Value type is <<number,number>>
243-
* Default value is 1 executor thread per CPU core
244-
245-
The number of parallel executor threads.
246-
>>>>>>> added documentation for executor_threads
247226

248227
[id="plugins-{type}s-{plugin}-executor_threads"]
249228
===== `executor_threads`
@@ -384,3 +363,4 @@ The minimum TLS version allowed for the encrypted connections. The value must be
384363
include::{include_path}/{type}.asciidoc[]
385364

386365
:default_codec!:
366+

0 commit comments

Comments
 (0)