Hello,
I would like to write a custom Logstash Input plugin in java. I realise ruby/jruby is native in this instance, but Id rather not introduce new languages to my project. What is the simplest way to do this?
Hello,
I would like to write a custom Logstash Input plugin in java. I realise ruby/jruby is native in this instance, but Id rather not introduce new languages to my project. What is the simplest way to do this?
It can be done, but you'll have to do a bit of JRuby as wrappers around your Java code.
A very small example of Java code inside of JRuby code is the date filter plugin.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.