2017 © Pedro Peláez
 

symfony-bundle graylog-bundle

Graylog Monolog connector

image

elcweb/graylog-bundle

Graylog Monolog connector

  • Thursday, September 8, 2016
  • by estheban
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,630 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Elcweb GraylogBundle

Build Status Total Downloads Latest Stable Version, (*1)

Installation

Install the latest version with, (*2)

$ composer require elcweb/graylog-bundle

Enable the bundle

Enable the bundle in the kernel:, (*3)

``` php <?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new Elcweb\GraylogBundle\ElcwebGraylogBundle(), ); }, (*5)


Configuration ------------- Add to your config.yml ```yaml parameters: elcweb_graylog.hostname: 127.0.0.1 elcweb_graylog.port: 12201 monolog: handlers: gelf: type: service id: elcweb.graylog.monolog.gelf_handler level: debug

Limitation

Currently support only udp transport, (*6)

License

The MIT License (MIT)

Copyright (c) 2016 Etienne Lachance <et@etiennelachance.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

The Versions

08/09 2016

0.x-dev

0.9999999.9999999.9999999-dev

Graylog Monolog connector

  Sources   Download

MIT

The Requires

 

The Development Requires

08/09 2016

dev-master

9999999-dev

Graylog Monolog connector

  Sources   Download

MIT

The Requires

 

The Development Requires

08/09 2016

0.1.1

0.1.1.0

Graylog Monolog connector

  Sources   Download

MIT

The Requires

 

The Development Requires

08/09 2016

0.1.0

0.1.0.0

Graylog Monolog connector

  Sources   Download

MIT

The Requires

 

The Development Requires