|
|
há 10 anos atrás | |
|---|---|---|
| .settings | há 10 anos atrás | |
| src | há 10 anos atrás | |
| .classpath | há 10 anos atrás | |
| .gitignore | há 10 anos atrás | |
| .project | há 10 anos atrás | |
| LICENSE.md | há 10 anos atrás | |
| README.md | há 10 anos atrás | |
| pom.xml | há 10 anos atrás |
Logstash-forwarder-java is a log shipper program written in java. This is in fact a java version of logstash-forwarder by jordansissel. Here are a few features of this program :
Logstash-forwarder is written in go. This programming language is not available on all platforms (for example AIX), that's why a java version is more portable.
Logstash runs on java and provides a lumberjack output, but the file input doesn't run on all plaforms (for example AIX) and logstash requires a recent JVM. Moreover Logstash is heavier : big package and more system resources.
So logstash-forwarder-java is a solution for those who want a portable, lightweight log shipper for their ELK stack.
For the moment the only way to install logstash-forwarder-java is to download the maven project and run maven build. Next step is to distribute the logstash-forwarder-java jar and the lib directory located in the maven target directory. I'll try to provide a tarball in the next releases.