-
Latest 2.3.2 here: https://download.elastic.co/logstash/logstash/logstash-2.3.2.tar.gz
```
ubuntu@ip-10-0-1-10:/tmp/logstash-2.3.2$ cp ~/logstash-2.3.2/complete.conf .
ubuntu@ip-10-0-1-10:/tmp/logsta…
-
I have a runnable jar (created by jruby-gradle plugin) when it gets executed it produces
```
$ java -jar my.jar
The signal USR1 is in use by the JVM and will not work correctly on this platform
Puma …
-
Hi,
Concurrent ruby has reached 1.0.0 in November 2015 and the current dependency spec (`~> 0.7.0`) makes it impossible to upgrade.
Would it be possible to upgrade to CR 1.0 or relax the dependency?
…
-
On LS 2.1.1, updating logstash-output-kafka plugin results in an error on first run:
First run:
```
./plugin update logstash-output-kafka
Updating logstash-output-kafka
Error Bundler::InstallError, …
-
```
$ jbundle tree
...
[ERROR] Failed to execute goal on project jbundler: Could not resolve dependencies for project no_group_id_given:jbundler:jar:0.0.0: The following artifacts could not be resolve…
-
Hi,
there have been several other bugs reports related to logstash taking too much memory. I encountered similar issues as well.
Environment:
- windows server 2012
- JRE 1.8.0_60
- logstash configurat…
-
In 3.0, it appears the process gets locked when calling iterator.hasNext and I can no longer consume messages.
ghost updated
8 years ago
-
sudo /etc/init.d/logstash stop
```
Killing logstash (pid 28592) with SIGTERM
Waiting logstash (pid 28592) to die...
Waiting logstash (pid 28592) to die...
Waiting logstash (pid 28592) to die...
…
-
OSS Gate へようこそ。
OSS Gateワークショップでは一人ずつ issue を作り、そこに作業ログを残しながら進めます。
過去のビギナーのものはこちらで見られます。 https://github.com/oss-gate/workshop/issues?q=is%3Aissue+is%3Aclosed
## この issue 作成時点でまずやること
- この issue のタイトルを…
-
Trying 2.0.0-beta3, here's my config:
```
input {
kafka {
codec => "json"
topic_id => "test"
group_id => "logstash"
consumer_threads => 4
…