mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
updated elasticsearch dep and set the logging level to 'info'
This commit is contained in:
parent
958f2ecf6f
commit
33dd5dec6f
2 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
"angular-elastic": "~2.3.3",
|
"angular-elastic": "~2.3.3",
|
||||||
"inflection": "~1.3.5",
|
"inflection": "~1.3.5",
|
||||||
"FileSaver": "*",
|
"FileSaver": "*",
|
||||||
"elasticsearch": "~2.2.0",
|
"elasticsearch": "*",
|
||||||
"bluebird": "~2.1.3",
|
"bluebird": "~2.1.3",
|
||||||
"lesshat": "~3.0.2"
|
"lesshat": "~3.0.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,8 @@ define(function (require) {
|
||||||
if (es) return es;
|
if (es) return es;
|
||||||
|
|
||||||
es = esFactory({
|
es = esFactory({
|
||||||
host: configFile.elasticsearch
|
host: configFile.elasticsearch,
|
||||||
|
log: 'info'
|
||||||
});
|
});
|
||||||
|
|
||||||
return es;
|
return es;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue