-
### Describe the bug
I just wanted to raise to your attention that based on the official statement from the ruby-kafka repo:
> This library is no longer actively developed and has been superseded …
-
logstash.conf.v1_5 file:
```
input {
kafka {
bootstrap_servers => "localhost:9092"
topics => ["customer-avro"]
schema_registry_url => "http://127.0.0.1:8081"
}
}
filter { }
…
-
I have avro messages encoded with kafkaavroserializer. I am not able to read them to elasticsearch using kafka input plugin.
I did classpath the kafka avro decoder (the entire serializer jars along …
-
Certain plugins require extending the classpath (kafka input/output for custom serializers), and we leave it up to the end user to figure out how to approach it.
For example, _today_ you can add yo…
-
Hi,
The mongodb output plugin spams this to the logstash log.
I am on mongodb-output-plugin 3.1.7 with logstash 8.7.1. This also happens on logstash 8.6.1.
```text
/opt/bitnami/logstash/vendor/b…
-
Hi,
I am using stack_kafka and XRv 6.1.2.
Logstash can store telemetry in kafka, but the JSON structure is nested and can not be visualized with kibana.
Is the next JSON structure normal?
JSON s…
-
VERSION:
Logstash 5.6
Kafka: 2.2.1
Kafka output plugin 5.1.11
OS:
Ubuntu 16.04
CONFIG:
input {
elasticsearch {
hosts => "xxx:9200"
size => 1000
index => "xxx"
…
-
Hello there,
Recently I have encountered such a problem, logstash will die on its own every day. My logstash is taken from kafka and stored in es. The error message is as follows:
```
[2019-0…
-
I ran into a problem where error was raised inside zipkin rack middleware - here the stack:
```
undefined method `sampled?' for nil:NilClass
Stacktrace (most recent call first):
zipkin-tracer/zip…
-
Please post all product and debugging questions on our [forum](https://discuss.elastic.co/c/logstash). Your questions will reach our wider community members there, and if we confirm that there is a bu…