logstash-input-beats 6.6.0-java → 6.6.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92357d87addd898c82f05a241738a7b83debb31e2ae55197f5c2dd9003a75781
4
- data.tar.gz: fbfd41f7cc59c46d1ca43a8b3a761b9c1dff1026d23aae5bcf5f9e2eb1b3c94f
3
+ metadata.gz: 6de1a5eb934d76788165fab317d164abcdc4f9cf400ee051a57b8f3ca7b40cad
4
+ data.tar.gz: 682eb9c33c9ae6d19f55e576d56b7078099fcfeb0335d719b197cc1e5c6e7123
5
5
  SHA512:
6
- metadata.gz: 33330e2fe60093cde6c177483e74e2137064a232ad8beff1faa682433f342cb079817c831d6f22c8356509f9c51f6d53ee63cc7bf554e1123a1b3d48e375ea9a
7
- data.tar.gz: 48d537c69e2bdcef820336dd55f8ec292a643503beaac9b594d4d41e1cb411567fc6274b7d17f6eca607bd83288c459beeb0d27265bd7d6be4997fbad8768c07
6
+ metadata.gz: 64b3a6de77140fcc9e319d14fe12ae272c977e0fe7b9dc012807e11992cf64632acb0f5e5c200b4430f73306f503a7fb4b837bce64dc336c1bb28e055b1378d4
7
+ data.tar.gz: 2bee16a581bc69bbc40c4945e3eed727d47f64cbce6f2550bae6c79fd669f8b387db19707c3a89c23f75d95edae490f87ea9985d21be3907c2d8067b76478a58
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 6.6.1
2
+ - update netty to 4.1.93 and jackson to 2.13.5 [#472](https://github.com/logstash-plugins/logstash-input-beats/pull/472)
3
+
1
4
  ## 6.6.0
2
5
  - Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#470](https://github.com/logstash-plugins/logstash-input-beats/pull/470)
3
6
  - Deprecated `ssl` in favor of `ssl_enabled`
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.6.0
1
+ 6.6.1
data/docs/index.asciidoc CHANGED
@@ -286,7 +286,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
286
286
  ===== `enrich`
287
287
 
288
288
  * Value type is <<string,string>>
289
- ** A <<list,list>> can also be provided
289
+ ** An <<array,array>> can also be provided
290
290
  ** Configures which enrichments are applied to each event
291
291
  ** Default value is `[codec_metadata, source_metadata]` that may be extended in future versions of this plugin to include additional enrichments.
292
292
  ** Supported values are:
@@ -296,7 +296,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
296
296
  |Enrichment | Description
297
297
 
298
298
  | codec_metadata | Information about how the codec transformed a sequence of bytes into
299
- this Event, such as _which_ codec was used. Also, if no <<codec>> is
299
+ this Event, such as _which_ codec was used. Also, if no codec is
300
300
  explicitly specified, _excluding_ `codec_metadata` from `enrich` will
301
301
  disable `ecs_compatibility` for this plugin.
302
302
  | source_metadata | Information about the _source_ of the event, such as the IP address
@@ -308,7 +308,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
308
308
  | all | _alias_ to include _all_ available enrichments (including additional
309
309
  enrichments introduced in future versions of this plugin)
310
310
  | none | _alias_ to _exclude_ all available enrichments. Note that, _explicitly_
311
- defining <<codec>> with this option will not disable the `ecs_compatibility`,
311
+ defining codec with this option will not disable the `ecs_compatibility`,
312
312
  instead it relies on pipeline or codec `ecs_compatibility` configuration.
313
313
  |=======================================================================
314
314
 
@@ -1,11 +1,11 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('io.netty', 'netty-buffer', '4.1.87.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.87.Final')
6
- require_jar('io.netty', 'netty-common', '4.1.87.Final')
7
- require_jar('io.netty', 'netty-transport', '4.1.87.Final')
8
- require_jar('io.netty', 'netty-handler', '4.1.87.Final')
9
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.87.Final')
4
+ require_jar('io.netty', 'netty-buffer', '4.1.93.Final')
5
+ require_jar('io.netty', 'netty-codec', '4.1.93.Final')
6
+ require_jar('io.netty', 'netty-common', '4.1.93.Final')
7
+ require_jar('io.netty', 'netty-transport', '4.1.93.Final')
8
+ require_jar('io.netty', 'netty-handler', '4.1.93.Final')
9
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.93.Final')
10
10
  require_jar('org.javassist', 'javassist', '3.24.0-GA')
11
- require_jar('org.logstash.beats', 'logstash-input-beats', '6.6.0')
11
+ require_jar('org.logstash.beats', 'logstash-input-beats', '6.6.1')
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.6.0
4
+ version: 6.6.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2023-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -320,14 +320,14 @@ files:
320
320
  - spec/support/integration_shared_context.rb
321
321
  - spec/support/logstash_test.rb
322
322
  - spec/support/shared_examples.rb
323
- - vendor/jar-dependencies/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar
324
- - vendor/jar-dependencies/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar
325
- - vendor/jar-dependencies/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar
326
- - vendor/jar-dependencies/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar
327
- - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar
328
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar
323
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar
324
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar
325
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar
326
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar
327
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar
328
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar
329
329
  - vendor/jar-dependencies/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar
330
- - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.6.0/logstash-input-beats-6.6.0.jar
330
+ - vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/6.6.1/logstash-input-beats-6.6.1.jar
331
331
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
332
332
  licenses:
333
333
  - Apache License (2.0)
@@ -350,7 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
350
350
  - !ruby/object:Gem::Version
351
351
  version: '0'
352
352
  requirements: []
353
- rubygems_version: 3.1.6
353
+ rubygems_version: 3.2.33
354
354
  signing_key:
355
355
  specification_version: 4
356
356
  summary: Receives events from the Elastic Beats framework