-
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…
-
now that #8476 is merge, make sure all core plugins pass tests.
After a first pass at running specs on master for core plugins:
```
rake test:install-core
rake test:plugins
```
I had to ex…
-
👋 howdy, team!
For the Logstash API outputs or at least for [its Elasticsearch output](https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html) would you kindly consider f…
-
After changes to logstash geoip plugin in >7.14, I can't seem to get logstash up in Docker with previous configuration. When I have geoip filter mentioned in my configuration (.conf file), the contain…
-
Based on https://github.com/logstash-plugins/logstash-output-elasticsearch/issues/218, and other similar requests, I propose that we start putting much of the metadata in inputs into the `@metadata` f…
-
**Logstash information**:
Please include the following information:
1. Logstash version (e.g. `bin/logstash --version`) [8.11.4]
3. Logstash installation source (e.g. built from source, wi…
-
While setting up my logstash filter I get the following error :
**data length is too short (data: "")**
followed by logstash crashing.
The field I use as zabbix_value exists and is a string
…
-
**What is the bug?**
I raised a PR to update expired pem file as https://github.com/opensearch-project/logstash-input-opensearch/pull/44, but the integ-fail with the following errors -
logstash_1…
-
Same problem as http://stackoverflow.com/questions/24034132/logstash-file-input-plugin
-
I am in charge of collecting application logs. I have java applications that has logging.config written in logback.xml.
Loback.xml - part of sending logs to logstash looks like:
```
…