Fork me on GitHub

Download logstash-gelf

logstash-gelf is distributed under the [The MIT License (MIT)] (http://opensource.org/licenses/MIT).

The link in the Mirrors column should display a list of available mirrors with a default selection based on your inferred location. If you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.

Download Checksum Signature
logstash-gelf (jar) [logstash-gelf-1.15.1.jar] (http://search.maven.org/remotecontent?filepath=biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.jar) logstash-gelf-1.15.1.jar.md5 logstash-gelf-1.15.1.jar.asc
logstash-gelf (logging-module.zip) [logstash-gelf-1.15.1-logging-module.zip] (http://search.maven.org/remotecontent?filepath=biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1-logging-module.zip) logstash-gelf-1.15.1-logging-module.zip.md5 logstash-gelf-1.15.1-logging-module.zip.asc

It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from Maven Central rather than from a mirror. Then verify the signatures using

% gpg --import KEYS
% gpg --verify logstash-gelf-1.15.1.jar.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions.

Previous Releases

All previous releases of logstash-gelf can be found in Maven Central.

Using logstash-gelf on your classpath

To use logstash-gelf in your application make sure that the jars are in the application's classpath. Add the dependencies listed below to your classpath.

logstash-gelf-1.15.1.jar
jedis-3.2.0.jar (optional for Redis usage)
commons-pool2-2.7.0.jar (optional for Redis usage)
kafka-clients-2.1.0.jar (optional for Kafka usage)

You can do this from the command line or a manifest file.