logstash-filter-java_filter_example
logstash-filter-java_filter_example copied to clipboard
EXPERIMENTAL: Example Java filter plugin for Logstash to bootstrap your effort to write your own Java filter plugin!
Hi, The `logstash-core` pattern used in `build.gradle` does not include JARS with more than one digit in the major/minor/patch sections. https://github.com/logstash-plugins/logstash-filter-java_filter_example/blob/9c53f996c6d018500920a8a2222a088d7a00f563/build.gradle#L51 For example, it does not find `logstash-core-7.11.3.jar`. When I...
I'm having this issue when trying to generate the Gem and it doesn't seem like it's caused by anything specific, as I've had this issue right after changing just one...
Logstash 7.9 at least; although as a documentation and example-code issue, it's been around since the Java API was released. The official instructions and example source code for creatingpure-Java input/filter/output/codec...
After managing to get tests to run with the PR in #20, I found that with Logstash 7.9 (not sure where this change actually came about), the tests fail to...
Hi, I saw other similar issues. Unfortunately, none actually address how to solve the problem and I guess this means that their projects started working magically. I made this issue...
Is there an example of how to use message fields in configuration For instance ``` filter { source => "%{[nested][value]}" } ``` How do i convert [nested][value] to the value...
Hi! I was wrong when I started logstash. Do you know why?
I am getting this error when I try to build: ``` FAILURE: Build failed with an exception. * Where: Build file 'PATH_TO_PROJECT_ROOT/my_logstash_plugin/logstash-filter-java_filter_example/build.gradle' line: 5 * What went wrong: A problem...