mirocow/yii2-elasticsearch-log Yii2 elasticsearch log storage

Elasticsearch log storage module based on mirocow/yii2-elasticsearch

Latest Stable Version FOSSA Status Latest Unstable Version Total Downloads License Maintainability

Docs are available in english and russian.

  • Conclusion is easy to review and administer using Kibana
  • The date format is provided in the form YYYY-MM-DD HH:mm:ss and must be UTC

Install

$ composer require --prefer-dist mirocow/yii2-elasticsearch-log

Setup


return [
    'components' => [
        'log' => [
            'targets' => [
                [
                    'class' => 'mirocow\elasticsearch\log\ElasticsearchTarget',
                    'levels' => ['error', 'warning'],
                    'index' => 'yii-log',
                    'type' => 'console',
                ],
            ],
        ],
    ],
];

Tutorial

How we can use Discover, Visualization and Dashboard with cusom data

Depends

License

FOSSA Status

2 0
1 follower
11 526 downloads
Yii Version: 2.0
License: MIT
Category: Logging
Developed by: Mirocow
Created on: Oct 17, 2018
Last updated: (not set)
Packagist Profile
Github Repository

Related Extensions