-
- logstash version 8.14.3
- plugins versions:
logstash-codec-avro (3.4.1)
logstash-codec-avro_schema_registry (1.2.0)
- Configuracion logstash:
input
{
kafka
…
-
I'm running logstash 8.12.2 docker image with the plugin installed.
this is my config which always used to work
```
output {
kafka {
codec => avro_schema_registry {
end…
-
I ran into a deserialization issue with a proto that had a field name called "extend"
It may be best to skip calling `send()` for any of ruby's reserved words and not just "class"?
https://github.co…
-
Running LS 2.3.2 with kafka input plugin 3.0.2.
When attempting to set a session_timeout_ms to the input configuration:
```
input{
kafka{
topics => ["test"]
session_timeout_ms => "60000"
}
}
```
Lo…
-
Similar to https://github.com/logstash-plugins/logstash-input-kafka/issues/166 but a different cause.
Even with consumer threads set to 1, the following exception can occur when there are multiple …
-
**Logstash information**:
LS upgraded 7.17=>8.6. Kafka-clients used by Logstash (2.8) and Kafka broker (2.6.2) are version aligned.
`[2023-01-30T16:20:11,010][INFO ][org.apache.kafka.clients.…
-
Moved from https://github.com/elastic/logstash/issues/9421
----
- Version: 6.2.4
- Operating System: Ubuntu 16.04
- Config File (if you have sensitive info, please remove it):
```
input {
…
-
- Version: `logstash-input-kafka-8.0.4`
- Operating System: Any
- Config File (if you have sensitive info, please remove it):
```
kafka {
bootstrap_servers => 'xxxxx:9092'
topics =…
-
I listen to kafka messages. Kafka messages are in avro format, and errors are reported when running.
```
avro-logstash_1 | [2019-12-13T15:38:13,239][INFO ][org.apache.kafka.clients.consumer.interna…
-
We wan't to use this lib to use logstash with schemas from our schema-registry. But when deserializing the data we get this error:
```
Avro::SchemaParseError: Error validating default for workday_…