elastic / elastic/logstash

Java Filter For Logstash

Open
#3,849 1 comment 0 reactions 0 assignees View on GitHub
new plugin
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

You know how there is a ruby filter for Logstash which enables me to write code in Ruby and it is usually included in the config file as follows

```
filter {
ruby {
code => "...."
}
}
```

Now I have two Jar files that I would like to include in my filter so that the input I have can be processed according to the operations I have in these Jar files. However, I cannot (apparently) include the Jar file in the ruby code. I've been looking for a solution. Any help?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.