logstash-integration-kafka 11.8.7-java → 11.8.8-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/lib/logstash/outputs/kafka.rb +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: 69ed156f0002b9b2254ccef4a9a2e54752e7e1c7e2aac297354e3e099a69594d
|
|
4
|
+
data.tar.gz: 4498f797937cfa7328192b6f0f3216298d86ea450c848937606bea0c8be6090b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7b54c4dd72ba85857da04644c5a42a46eb617ab97ba52445511d2bfec08e8ce0275f37a2601fe4eded3d79910bcfb5a107bd0788913254041ed1299468a31ff
|
|
7
|
+
data.tar.gz: 73be739c360bb9d0bb488377eb5f97bc9d09aa8ee1d87396a06df63ec30aab41c7838a55e71ee09febf409285a6f27aa75b739cccf59b751e20b960231f17d80
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 11.8.8
|
|
2
|
+
- Fix `sasl_jaas_config` output configuration [#247](https://github.com/logstash-plugins/logstash-integration-kafka/pull/247)
|
|
3
|
+
|
|
1
4
|
## 11.8.7
|
|
2
5
|
- Upgrade Avro dependency to 1.11.5 [#242](https://github.com/logstash-plugins/logstash-integration-kafka/pull/242)
|
|
3
6
|
|
|
@@ -193,7 +193,7 @@ class LogStash::Outputs::Kafka < LogStash::Outputs::Base
|
|
|
193
193
|
# different JVM instances.
|
|
194
194
|
config :jaas_path, :validate => :path
|
|
195
195
|
# JAAS configuration settings. This allows JAAS config to be a part of the plugin configuration and allows for different JAAS configuration per each plugin config.
|
|
196
|
-
config :sasl_jaas_config, :validate => :
|
|
196
|
+
config :sasl_jaas_config, :validate => :password
|
|
197
197
|
# Optional path to kerberos config file. This is krb5.conf style as detailed in https://web.mit.edu/kerberos/krb5-1.12/doc/admin/conf_files/krb5_conf.html
|
|
198
198
|
config :kerberos_config, :validate => :path
|
|
199
199
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-integration-kafka'
|
|
3
|
-
s.version = '11.8.
|
|
3
|
+
s.version = '11.8.8'
|
|
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,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-integration-kafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 11.8.
|
|
4
|
+
version: 11.8.8
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-04-13 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|