mirocow/yii2-elasticsearch-log
最新稳定版本:0.0.6
Composer 安装命令:
composer require mirocow/yii2-elasticsearch-log
包简介
Yii2 elasticsearch log storage
README 文档
README
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
统计信息
- 总下载量: 17.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-16