Skip to content

pdffiller/laravel-monolog-kibana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monolog Kibana Formatter

Monolog Formatter based on LogstashFormatter for storing Rest api errors

Install

Edit 'composer.json':

  • add "pdffiller/laravel-monolog-kibana": "dev-master@dev" to 'require' section
  • add "repositories": [{"type": "vcs","url": "git@github.com:pdffiller/laravel-monolog-kibana.git"}]

Add Pdffiller\LaravelMonologKibana\KibanaFormatterServiceProvider::class to 'config/app.php' into 'providers' array

License

airSlate and any contributors to this project each grants you a license, under its respective copyrights, to the Monolog Kibana Formatter and other content in this repository under the MIT License, see the LICENSE file for more information.

SPDX-License-Identifier: MIT