logstash-input-beats 6.6.0-java → 6.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92357d87addd898c82f05a241738a7b83debb31e2ae55197f5c2dd9003a75781
4
- data.tar.gz: fbfd41f7cc59c46d1ca43a8b3a761b9c1dff1026d23aae5bcf5f9e2eb1b3c94f
3
+ metadata.gz: 32cf461e4da6065c028c8ed6873b231a3315b2dfe678ec39252bf7b4eb5adb27
4
+ data.tar.gz: a622c6b5cc5030210f64ca7759c4719575f7d5a6c33eba4371b7c8d86ce668cc
5
5
  SHA512:
6
- metadata.gz: 33330e2fe60093cde6c177483e74e2137064a232ad8beff1faa682433f342cb079817c831d6f22c8356509f9c51f6d53ee63cc7bf554e1123a1b3d48e375ea9a
7
- data.tar.gz: 48d537c69e2bdcef820336dd55f8ec292a643503beaac9b594d4d41e1cb411567fc6274b7d17f6eca607bd83288c459beeb0d27265bd7d6be4997fbad8768c07
6
+ metadata.gz: c01a2a94b20c2ad125f0c195980e6b956bbb60f07b690c7d1f498acdddbc8e38741643a3cef0075a8b532ea489324c6e08852b2285106bc95858bd1fe1cf5cd0
7
+ data.tar.gz: 6e6b974812c20eea456a03254f53619b8e417c799f1823af533a80935890d833b171b88ab0b68091fcfe48cc245897962f9128081921e350758a7dd0ce6f6d38
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 6.6.2
2
+ - bump netty to 4.1.94 and jackson to 2.15.2 [#474](https://github.com/logstash-plugins/logstash-input-beats/pull/474)
3
+
4
+ ## 6.6.1
5
+ - update netty to 4.1.93 and jackson to 2.13.5 [#472](https://github.com/logstash-plugins/logstash-input-beats/pull/472)
6
+
1
7
  ## 6.6.0
2
8
  - Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#470](https://github.com/logstash-plugins/logstash-input-beats/pull/470)
3
9
  - Deprecated `ssl` in favor of `ssl_enabled`
data/VERSION CHANGED
@@ -1 +1 @@
1
- 6.6.0
1
+ 6.6.2
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.94.Final')
5
+ require_jar('io.netty', 'netty-codec', '4.1.94.Final')
6
+ require_jar('io.netty', 'netty-common', '4.1.94.Final')
7
+ require_jar('io.netty', 'netty-transport', '4.1.94.Final')
8
+ require_jar('io.netty', 'netty-handler', '4.1.94.Final')
9
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.94.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.2')
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.2
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-29 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.94.Final/netty-buffer-4.1.94.Final.jar
324
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.94.Final/netty-codec-4.1.94.Final.jar
325
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.94.Final/netty-common-4.1.94.Final.jar
326
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar
327
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar
328
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.94.Final/netty-transport-4.1.94.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.2/logstash-input-beats-6.6.2.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