Logstash Java Plugin

Travis Build Status

This is a Java plugin for Logstash.

It is fully free and fully open source. The license is Apache 2.0, meaning you are free to use it however you want.

The documentation for Logstash Java plugins is available here.

https://www.elastic.co/guide/en/logstash/current/java-filter-plugin.html

```shell script mkdir -p ~/.gem; curl -u https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials;


see: https://rubygems.org/gems/logstash-filter-simple_kv

```shell
export JAVA_HOME="/c/Program Files/AdoptOpenJDK/jdk-11.0.11.9-hotspot"
jruby -S bundle install
#jruby -S bundle exec rake vendor
#jruby -S bundle exec rspec
#jruby -S bundle exec rake publish_gem

gem build logstash-filter-simple_kv.gemspec
./gradlew gem
/c/tools/jruby94/bin/gem push $(find ./ -maxdepth 1 -name '*.gem' | awk -F/ '{print $2}');
#/c/tools/jruby94/bin/jruby.sh -S gem push $(find ./ -maxdepth 1 -name '*.gem' | awk -F/ '{print $2}');