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
d842322ff4
commit
05bc19b960
2 changed files with 3 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
"angular-elastic": "~2.3.3",
|
||||
"inflection": "~1.3.5",
|
||||
"FileSaver": "*",
|
||||
"elasticsearch": "~2.2.0",
|
||||
"elasticsearch": "*",
|
||||
"bluebird": "~2.1.3",
|
||||
"lesshat": "~3.0.2"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,8 @@ define(function (require) {
|
|||
if (es) return es;
|
||||
|
||||
es = esFactory({
|
||||
host: configFile.elasticsearch
|
||||
host: configFile.elasticsearch,
|
||||
log: 'info'
|
||||
});
|
||||
|
||||
return es;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue