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
- Host: GitHub
- URL: https://github.com/asmagin/Sitecore.Logger.RabbitMQ.GelfAppender
- Owner: asmagin
- License: mit
- Archived: true
- Created: 2014-05-27T06:20:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T06:49:34.000Z (over 10 years ago)
- Last Synced: 2024-01-25T02:11:19.461Z (10 months ago)
- Language: C#
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Sitecore - RabbitMQ.GEFL.Appender for Sitecore - Implementation of RabbitMQ logger adapter for Sitecore.Logger. (Logging)
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)