logstash-integration-kafka 11.6.1-java → 11.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/input-kafka.asciidoc +1 -1
- data/docs/output-kafka.asciidoc +1 -1
- data/logstash-integration-kafka.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7775c7c4b8e36677121aab5be04dfad55860351c8a5a1b120f75fa10b16b7901
|
4
|
+
data.tar.gz: 3013e2935d70bb533278873b1f530700e37ce20095b73c82e92e83c10ba2760a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f600a699e33acdfb77f0c07796676d8e88dc1591b2e638d55bf2d858d8effc52e68d310220fc7c612c5e91705ffc70017f01acab9b13a997c6b791fb26ab97c7
|
7
|
+
data.tar.gz: 1433bfcbc629a2778933ba8d5a1625390993901f015f9907962f7cba93d75ad3b7e344ad6a91d81d72aee63b4daca5c90837838c215a10ae679824e80f9dec63
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 11.6.2
|
2
|
+
- Docs: fixed setting type reference for `sasl_iam_jar_paths` [#192](https://github.com/logstash-plugins/logstash-integration-kafka/pull/192)
|
3
|
+
|
1
4
|
## 11.6.1
|
2
5
|
- Expose the SASL client callback class setting to the Logstash configuration [#177](https://github.com/logstash-plugins/logstash-integration-kafka/pull/177)
|
3
6
|
- Adds a mechanism to load AWS IAM authentication as SASL client libraries at startup [#178](https://github.com/logstash-plugins/logstash-integration-kafka/pull/178)
|
data/docs/input-kafka.asciidoc
CHANGED
@@ -604,7 +604,7 @@ The URL for the OAuth 2.0 issuer token endpoint.
|
|
604
604
|
|
605
605
|
[id="plugins-{type}s-{plugin}-sasl_iam_jar_paths"]
|
606
606
|
===== `sasl_iam_jar_paths`
|
607
|
-
* Value type is <<
|
607
|
+
* Value type is <<array,array>>
|
608
608
|
* There is no default value for this setting.
|
609
609
|
|
610
610
|
Contains the list of paths to jar libraries that contains cloud providers MSK IAM's clients.
|
data/docs/output-kafka.asciidoc
CHANGED
@@ -440,7 +440,7 @@ The URL for the OAuth 2.0 issuer token endpoint.
|
|
440
440
|
|
441
441
|
[id="plugins-{type}s-{plugin}-sasl_iam_jar_paths"]
|
442
442
|
===== `sasl_iam_jar_paths`
|
443
|
-
* Value type is <<
|
443
|
+
* Value type is <<array,array>>
|
444
444
|
* There is no default value for this setting.
|
445
445
|
|
446
446
|
Contains the list of paths to jar libraries that contains cloud providers MSK IAM's clients.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-integration-kafka'
|
3
|
-
s.version = '11.6.
|
3
|
+
s.version = '11.6.2'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "Integration with Kafka - input and output plugins"
|
6
6
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-integration-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.6.
|
4
|
+
version: 11.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: 2025-05-
|
11
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|