mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Backport Docs: fix java filter unit test link (#13123)
Fixes #11519 Co-authored-by: Fabien Baligand <fbaligand@gmail.com>
This commit is contained in:
parent
725799d201
commit
af82b3c87d
1 changed files with 1 additions and 1 deletions
2
docs/static/java-filter.asciidoc
vendored
2
docs/static/java-filter.asciidoc
vendored
|
@ -217,7 +217,7 @@ constructor at instantiation time.
|
|||
|
||||
Lastly, but certainly not least importantly, unit tests are strongly encouraged.
|
||||
The example filter plugin includes an
|
||||
https://github.com/logstash-plugins/logstash-filter-java_filter_example/blob/master/src/test/java/org/logstash/javaapi/JavaFilterExampleTest.java)[example
|
||||
https://github.com/logstash-plugins/logstash-filter-java_filter_example/blob/master/src/test/java/org/logstashplugins/JavaFilterExampleTest.java[example
|
||||
unit test] that you can use as a template for your own.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue