|
|
10 yıl önce | |
|---|---|---|
| .settings | 10 yıl önce | |
| src | 10 yıl önce | |
| .classpath | 10 yıl önce | |
| .gitignore | 10 yıl önce | |
| .project | 10 yıl önce | |
| LICENSE.md | 10 yıl önce | |
| README.md | 10 yıl önce | |
| pom.xml | 10 yıl önce |
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.
Download one of the following archives :
Or download the maven project and run maven package. Then you can install one of the archives located in the target directory.
The configuration file is the same (json format), but there are a few differences :
Some options are the same :
There are a few more options :