logstash-input-beats 6.2.1-java → 6.2.2-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +4 -4
- data/lib/logstash-input-beats_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/{6.2.1/logstash-input-beats-6.2.1.jar → 6.2.2/logstash-input-beats-6.2.2.jar} +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 187ef06d14ac3b4ccab2dffde80f1f54e0dc0c08ddcf5383022d1181200626c1
|
|
4
|
+
data.tar.gz: e4d0d2f120146186225a3e239e589691b7a051ca5b67b476e34c1b4a997950eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb532b95ec66cf1fa7a7df02f2b7f9286298974deef2ac75633a6bdb12abd7a1ef7c51f72b3b90e64f822e96bac20d5280ade15fabcb1e3734e8e9e4218d9623
|
|
7
|
+
data.tar.gz: 7d1bdd0693e3b00e6401efbfee45728566eef845630dfbb69ba0f5224d254747a159890b186187675e6bb29cc62b74c5e99b20a9439cd06806a4b067c3842504
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 6.2.2
|
|
2
|
+
- Fix: update to Gradle 7 [#432](https://github.com/logstash-plugins/logstash-input-beats/pull/432)
|
|
3
|
+
- [DOC] Edit documentation for `executor_threads` [#435](https://github.com/logstash-plugins/logstash-input-beats/pull/435)
|
|
4
|
+
|
|
1
5
|
## 6.2.1
|
|
2
6
|
- Fix: LS failing with `ssl_peer_metadata => true` [#431](https://github.com/logstash-plugins/logstash-input-beats/pull/431)
|
|
3
7
|
- [DOC] described `executor_threads` configuration parameter [#421](https://github.com/logstash-plugins/logstash-input-beats/pull/421)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.2.
|
|
1
|
+
6.2.2
|
data/docs/index.asciidoc
CHANGED
|
@@ -232,14 +232,14 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
|
|
|
232
232
|
* Default value is 1 executor thread per CPU core
|
|
233
233
|
|
|
234
234
|
The number of threads to be used to process incoming beats requests.
|
|
235
|
-
By default Beats input
|
|
236
|
-
reading from
|
|
237
|
-
|
|
235
|
+
By default the Beats input creates a number of threads equal to 2*CPU cores.
|
|
236
|
+
These threads handle incoming connections, reading from established sockets, and executing most of the tasks related to network connection management.
|
|
237
|
+
Parsing the Lumberjack protocol is offloaded to a dedicated thread pool.
|
|
238
238
|
|
|
239
239
|
Generally you don't need to touch this setting.
|
|
240
240
|
In case you are sending very large events and observing "OutOfDirectMemory" exceptions,
|
|
241
241
|
you may want to reduce this number to half or 1/4 of the CPU cores.
|
|
242
|
-
This
|
|
242
|
+
This change reduces the number of threads decompressing batches of data into direct memory.
|
|
243
243
|
However, this will only be a mitigating tweak, as the proper solution may require resizing your Logstash deployment,
|
|
244
244
|
either by increasing number of Logstash nodes or increasing the JVM's Direct Memory.
|
|
245
245
|
|
|
@@ -8,4 +8,4 @@ require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.9.10')
|
|
|
8
8
|
require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.9.10.8')
|
|
9
9
|
require_jar('com.fasterxml.jackson.module', 'jackson-module-afterburner', '2.9.10')
|
|
10
10
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
|
|
11
|
-
require_jar('org.logstash.beats', 'logstash-input-beats', '6.2.
|
|
11
|
+
require_jar('org.logstash.beats', 'logstash-input-beats', '6.2.2')
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-beats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.2.
|
|
4
|
+
version: 6.2.2
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -299,7 +299,7 @@ files:
|
|
|
299
299
|
- vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar
|
|
300
300
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
|
|
301
301
|
- vendor/jar-dependencies/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar
|
|
302
|
-
- vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.2.
|
|
302
|
+
- vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.2.2/logstash-input-beats-6.2.2.jar
|
|
303
303
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
304
304
|
licenses:
|
|
305
305
|
- Apache License (2.0)
|