mirocow/yii2-elasticsearch-log

Yii2 elasticsearch log storage

Installs: 11 765

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 2

Forks: 5

Type:yii2-extension

0.0.6 2019-10-20 02:18 UTC

This package is auto-updated.

Last update: 2024-04-23 09:37:28 UTC


README

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