#13171 add checkOpenSearchLogCollector on basic run
This commit is contained in:
parent
43f006038e
commit
9855172db9
|
@ -250,6 +250,13 @@ class ConsoleSupervisor
|
||||||
|
|
||||||
$this->checkAllowOverrideEnabled();
|
$this->checkAllowOverrideEnabled();
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Check if OpenSearch is configured and log collector enabled
|
||||||
|
* NOTIF.OPENSEARCH.CONSOLELOG
|
||||||
|
*/
|
||||||
|
|
||||||
|
$this->checkOpenSearchLogCollector();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if the Pandora Console log
|
* Check if the Pandora Console log
|
||||||
* file remains in old location.
|
* file remains in old location.
|
||||||
|
|
Loading…
Reference in New Issue