-
For all general issues, please provide the following details for fast resolution:
- Version:5.5.0
- Operating System:centos 7.3.1611
- Config File (if you have sensitive info, please remove it)…
-
The `logstash` and `logstash-docs` repos now have the ability to do a complete doc build and throw errors if there are asciidoc formatting errors, bad cross-document links, etc. Our plugin docs are s…
-
### Quick summary
I noticed that we are using "Starter" in the content of one of our marketing emails but I checked Logstash the email subject seems to mention "Beginner" as the name plan.
Ticket:…
-
```
What steps will reproduce the problem?
1. gem install logstash
2. Create a logstash.yaml config file with a URI with a query string, e.g.
amqp://localhost/direct/nlog?durable_exchange=y&durable_q…
-
I'm currently using the jdbc plug-in to ingest data from an Oracle database into Elasticsearch every hour on the hour. I've noticed that sometimes the data fails to be ingested and when I check the lo…
-
On logstash 6.2.4 we are parsing events with CIDR
```
cidr {
address => [ "%{IPAddress]}" ]
network_path => "/etc/logstash/dictionaries/CIDR.yaml"
add_tag…
-
### Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 3.8.7
- Ruby: 1.87
- Distribution: RHEL 6.8
- Module version: 0.1.2
### How to reproduce (e.g Puppet code you use)
class {…
-
The environment is running on Logstash 6.2.4 with the azureblob plugin. The connection seems to work fine and data is coming in. However, it takes several hours before the data is picked up by logstas…
-
Hi,
I have got a problem with the WMI plugin:
1) Download LS 2.3.1 or LS 2.3.2 under my Windows 7 SP1 (JDK=1.7.0.67)
2) Unzip it and install WMI plugin with command "logstash-plugin install logstash-i…
-
Cross posted on: https://discuss.elastic.co/t/s3-output-cant-find-files-it-generates/68546
I'm using Logstash 5.0.2 (and .0.1 before) and I need to add an s3 output but I can't because randomly one…