Fork me on GitHub

Introduction Build Status

logstash logging connectors (logstash-gelf)

Provides logging to logstash using the Graylog Extended Logging Format (GELF) 1.0 and 1.1. Following log frameworks/integrations are supported:

logstash-gelf requires as of version 1.14.0 Java 7 or higher. Version 1.13.x and older require Java 6.

How to get

Maven:

<dependency>
    <groupId>biz.paluch.logging</groupId>
    <artifactId>logstash-gelf</artifactId>
    <version>1.15.1</version>
</dependency>

Direct download from Maven Central

JBoss AS/WildFly Module Download:

<dependency>
    <groupId>biz.paluch.logging</groupId>
    <artifactId>logstash-gelf</artifactId>
    <version>1.15.1</version>
    <classifier>logging-module</classifier>
</dependency>

Direct download from Maven Central