-
Hello - I am unable to start my docker container running this plugin on AWS because it can't find the role "in the provider chain"...
My role is on EC2, and other services running in ECS are able t…
-
Hello Logstash community! 👋🏽
Would it be possible to support **proxy-protocol** (`v1`/`v2`) for beats inputs ?
Use case : Allow logstash to sit behind load balancer or a proxy, with the proxy-p…
-
With PR https://github.com/logstash-plugins/logstash-integration-kafka/pull/8 changed the behavior of `ssl_endpoint_identification_algorithm` for the output, now it's empty it disable the truststore b…
-
Per #5361 discussion, we should rename the bootstrap `Environment` module https://github.com/elastic/logstash/blob/ec95659dbda5792295b0d330024413fec5983901/lib/bootstrap/environment.rb to differentiat…
-
Hi Jordan and co,
I'd love to be able to create arbitrary logstash fields (name and value) from within a logstash pattern. This requirement has come up numerous times for me while working on patte…
-
Support for specifying multiple hosts for a clustered/HA RabbitMQ deployment, i.e. an array of host values
Input request counterpart: https://github.com/logstash-plugins/logstash-input-rabbitmq/issue…
-
Hi,
I'm doing a lot of testes using MQTT (Mosquitto) and this plugin with logstash. Almost everything works fine. I've found one scenario where a strange behavior is found.
If I submit 10,000 me…
ghost updated
6 years ago
-
When spaces are present between quoted entries, trailing or leading the CSV data, parse failure occurs.
Seems to happen in all versions of the plugin.
```
input {
stdin {}
}
filter {
cs…
-
I'm using Redis as a message queue for elasticsearch.
Logstash output and input plugins actually support writing messages to a[ single list/key or a channel](https://www.elastic.co/guide/en/logstas…
-