Java Filter For Logstash
Open
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
Assessment
This issue has not been assessed yet.