1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 19:00:20 +02:00

Update ES record type to _doc

This commit is contained in:
Avtandil Kikabidze
2018-06-27 11:38:33 +04:00
parent 3b1a8296ff
commit 34e3a48326

View File

@@ -66,7 +66,7 @@ class ElasticSearchHandler extends AbstractProcessingHandler
$this->options = array_merge(
[
'index' => 'monolog', // Elastic index name
'type' => 'record', // Elastic document type
'type' => '_doc', // Elastic document type
'ignore_error' => false, // Suppress ElasticSearch exceptions
],
$options