Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Revise readme links #295
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jun 29, 2023
1 parent 12e98a5 commit c000c65
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@ logstash-gelf

[![Join the chat at https://gitter.im/mp911de/logstash-gelf](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/mp911de/logstash-gelf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[![Build Status](https://api.travis-ci.org/mp911de/logstash-gelf.svg)](https://travis-ci.org/mp911de/logstash-gelf)
[![codecov](https://codecov.io/gh/mp911de/logstash-gelf/branch/main/graph/badge.svg)](https://codecov.io/gh/mp911de/logstash-gelf)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/biz.paluch.logging/logstash-gelf/badge.svg)](https://maven-badges.herokuapp.com/maven-central/biz.paluch.logging/logstash-gelf)

Provides logging to logstash using the Graylog Extended Logging Format ([GELF](http://www.graylog2.org/resources/gelf/specification) 1.0 and 1.1) for using with:

* [Java Util Logging](#jul)
* [Glassfish/Payara](#payara)
* [log4j 1.2.x](#log4j)
* [log4j 2.x](#log4j2)
* [JBoss AS7](#jbossas7)
* [WildFly](#wildfly)
* [Thorntail (WildFly Swarm 2.x)](#thorntail)
* [Logback](#logback)
* [Java Util Logging](#java-util-logging-gelf-configuration)
* [Glassfish/Payara](#glassfishpayara-configuration)
* [log4j 2.x](#log4j2-gelf-configuration)
* [WildFly](#wildfly-configuration)
* [Thorntail (WildFly Swarm 2.x)](#thorntail-wildfly-swarm-2x-configuration)
* [Logback](#logback-gelf-configuration)

`logstash-gelf` requires as of version 1.14.0 Java 7 or higher. Version 1.13.x and older require Java 6.
See also http://logging.paluch.biz/ or http://www.graylog2.org/resources/gelf/specification for further documentation.
Expand Down

0 comments on commit c000c65

Please sign in to comment.