Exemplo n.º 1
0
 function __construct()
 {
     $this->clientIp = Util::clientIp();
     $this->host = App::$param['esHost'] ?: "http://127.0.0.1";
 }
Exemplo n.º 2
0
 function __construct()
 {
     $this->clientIp = Util::clientIp();
     $this->host = App::$param['logstashHost'] ?: "http://127.0.0.1:1337";
 }