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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.0.6 is the latest of 4 releases



MIT license
Stats
9 github stars & 5 github forks
11 downloads in the last day
267 downloads in the last 30 days
11777 total downloads