logstash-input-beats 7.0.3-java → 7.0.5-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 +6 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +1 -1
- data/lib/logstash-input-beats_jars.rb +7 -7
- data/lib/tasks/test.rake +2 -2
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.126.Final/netty-buffer-4.1.126.Final.jar → 4.1.129.Final/netty-buffer-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.126.Final/netty-codec-4.1.126.Final.jar → 4.1.129.Final/netty-codec-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.126.Final/netty-common-4.1.126.Final.jar → 4.1.129.Final/netty-common-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.126.Final/netty-handler-4.1.126.Final.jar → 4.1.129.Final/netty-handler-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.126.Final/netty-transport-4.1.126.Final.jar → 4.1.129.Final/netty-transport-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.126.Final/netty-transport-native-unix-common-4.1.126.Final.jar → 4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/{7.0.3/logstash-input-beats-7.0.3.jar → 7.0.5/logstash-input-beats-7.0.5.jar} +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17af9f84d82d1a1ed1e8b5bbb667221fd1f35be254d6ec871ea0a6ac95e2b1f0
|
|
4
|
+
data.tar.gz: b133db83024d694716d8f6e656847e70893c212ce0ed26f7f4762f1e504d033b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87d0e7ee7fff90180891301ed326983f63c2ec5df5c0a198e25b7c7e62bdf44506d4c95cc3aca1cad46c0b816e82bedcd393c4dbac471e61c9a1d588a75e90d1
|
|
7
|
+
data.tar.gz: 68b14d2b02be887bfc4463a526c67a98473173b45e1470d7aef40377adbbcee8d87231bc68f9c7e869cc094c38cb5ec88f4bf4a9bee11ebbc29d8b6136b30c18
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 7.0.5
|
|
2
|
+
- Upgrade netty 4.1.129 [#525](https://github.com/logstash-plugins/logstash-input-beats/pull/525)
|
|
3
|
+
|
|
4
|
+
## 7.0.4
|
|
5
|
+
- [DOC] Update keep-fresh variable in config to reduce noise [#523](https://github.com/logstash-plugins/logstash-input-beats/pull/523)
|
|
6
|
+
|
|
1
7
|
## 7.0.3
|
|
2
8
|
- Upgrade netty 4.1.126 [#517](https://github.com/logstash-plugins/logstash-input-beats/pull/517)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.0.
|
|
1
|
+
7.0.5
|
data/docs/index.asciidoc
CHANGED
|
@@ -138,7 +138,7 @@ version, for example, +{logstash_version}+.
|
|
|
138
138
|
Logstash `@timestamp` field.
|
|
139
139
|
|
|
140
140
|
This configuration results in daily index names like
|
|
141
|
-
+filebeat-{logstash_version}-{
|
|
141
|
+
+filebeat-{logstash_version}-{localyear}-01-01+.
|
|
142
142
|
endif::[]
|
|
143
143
|
|
|
144
144
|
|
|
@@ -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.
|
|
5
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
4
|
+
require_jar('io.netty', 'netty-buffer', '4.1.129.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-codec', '4.1.129.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-common', '4.1.129.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport', '4.1.129.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-handler', '4.1.129.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.129.Final')
|
|
10
10
|
require_jar('org.javassist', 'javassist', '3.24.0-GA')
|
|
11
|
-
require_jar('org.logstash.beats', 'logstash-input-beats', '7.0.
|
|
11
|
+
require_jar('org.logstash.beats', 'logstash-input-beats', '7.0.5')
|
data/lib/tasks/test.rake
CHANGED
|
@@ -4,9 +4,9 @@ VENDOR_PATH = File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "ve
|
|
|
4
4
|
|
|
5
5
|
#TODO: Figure out better means to keep this version in sync
|
|
6
6
|
if OS_PLATFORM == "linux"
|
|
7
|
-
FILEBEAT_URL = "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-
|
|
7
|
+
FILEBEAT_URL = "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.19.2-linux-x86_64.tar.gz"
|
|
8
8
|
elsif OS_PLATFORM == "darwin"
|
|
9
|
-
FILEBEAT_URL = "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-
|
|
9
|
+
FILEBEAT_URL = "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.19.2-linux-arm64.tar.gz"
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
require "fileutils"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-beats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2025-
|
|
10
|
+
date: 2025-12-17 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -282,14 +282,14 @@ files:
|
|
|
282
282
|
- spec/support/integration_shared_context.rb
|
|
283
283
|
- spec/support/logstash_test.rb
|
|
284
284
|
- spec/support/shared_examples.rb
|
|
285
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
286
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
287
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
288
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
289
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
290
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
285
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.129.Final/netty-buffer-4.1.129.Final.jar
|
|
286
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.129.Final/netty-codec-4.1.129.Final.jar
|
|
287
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.129.Final/netty-common-4.1.129.Final.jar
|
|
288
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.129.Final/netty-handler-4.1.129.Final.jar
|
|
289
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.129.Final/netty-transport-native-unix-common-4.1.129.Final.jar
|
|
290
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.129.Final/netty-transport-4.1.129.Final.jar
|
|
291
291
|
- vendor/jar-dependencies/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar
|
|
292
|
-
- vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/7.0.
|
|
292
|
+
- vendor/jar-dependencies/org/logstash/beats/logstash-input-beats/7.0.5/logstash-input-beats-7.0.5.jar
|
|
293
293
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
294
294
|
licenses:
|
|
295
295
|
- Apache License (2.0)
|