Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/asmagin/Sitecore.Logger.RabbitMQ.GelfAppender

Implementation of RabbitMQ logger adapter for Sitecore.Logger
https://github.com/asmagin/Sitecore.Logger.RabbitMQ.GelfAppender

Last synced: 3 months ago
JSON representation

Implementation of RabbitMQ logger adapter for Sitecore.Logger

Lists

README

        

RabbitMQ.GEFL.Appender for Sitecore
==============================

The RabbitMQ GELF appender is a customer appender for [Sitecore] (http://sitecore.net/) CMS which publishes log messages onto [RabbitMQ](http://www.rabbitmq.com/) message bus using the GELF (json) format.

## USAGE

### download src and compile :)

### change your app/web config file

sample config
```




















```

### Gelf Format
https://github.com/Graylog2/graylog2-docs/wiki/GELF

## Use case

Sending your log messages onto a message bus (RabbitMQ) means they can be picked up easily and processed by a variety of consumers.

In particular it's handy with a log aggregator like [LogStash](http://logstash.net/). Just configure the [RabbitMQ input](http://logstash.net/docs/1.2.2/inputs/rabbitmq) and use [Kibana](http://www.elasticsearch.org/overview/kibana/) to search the [ElasticSearch](http://www.elasticsearch.org/overview/) database of your logs.

==============================
Initial version was created for log4net and could be found [here](https://github.com/hancengiz/rabbitmq.log4net.gelf.appender)