项目作者: lbernardomaia

项目描述 :
Logstash Output Kotlin Plugin
高级语言: Kotlin
项目地址: git://github.com/lbernardomaia/logstash-output-kotlin-plugin.git
创建时间: 2020-06-03T22:33:01Z
项目社区:https://github.com/lbernardomaia/logstash-output-kotlin-plugin

开源协议:MIT License

下载


Logstash Output Kotlin Plugin

This Kotlin plugin is based on the Java Output Plugin available here:

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

To build the plugin

  1. ./gradlew build gem

To install

  1. bin/logstash-plugin install --no-verify --local /path/to/logstash-output-kotlin_output_plugin-0.0.1.gem

To test

Default Conf:

  1. bin/logstash -f /path/to/kotlin_output_plugin_default.conf

Custom Conf:

  1. bin/logstash -f /path/to/kotlin_output_plugin_custom.conf