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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5625cb65edb047e27fb998f017ebf2f308353e399734ebf4908b401e6c661137
4
- data.tar.gz: 8f289ab8709efba6fe90c3644de75a3846eb96e3da57841955dcf46dddacade2
3
+ metadata.gz: 69ed156f0002b9b2254ccef4a9a2e54752e7e1c7e2aac297354e3e099a69594d
4
+ data.tar.gz: 4498f797937cfa7328192b6f0f3216298d86ea450c848937606bea0c8be6090b
5
5
  SHA512:
6
- metadata.gz: 92a37fb94660eceef2a3048a6204a70dc909370178d8595142518370b965c1af0e18bec2b6656a5e73885f6e1f9bb3d60b5e5eab937540ecd23b0f557e0a5d2d
7
- data.tar.gz: bf0fe130715057ee04e54f30ab3a6390d3ed28329c22cc2d49029af6f907226e83c8b04b60bf6244e2006346de848cfd86ff999c1a52c18287bb504f8926bf11
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 => :string
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.7'
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.7
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-03-18 00:00:00.000000000 Z
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