Docs are available in english and russian.
$ composer require --prefer-dist mirocow/yii2-elasticsearch-log
return [
'components' => [
'log' => [
'targets' => [
[
'class' => 'mirocow\elasticsearch\log\ElasticsearchTarget',
'levels' => ['error', 'warning'],
'index' => 'yii-log',
'type' => 'console',
],
],
],
],
];
How we can use Discover, Visualization and Dashboard with cusom data
Comments