mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Bump elasticsearch client (#9459)
Backports PR #9446 **Commit 1:** Bump elasticsearch client * Original sha:c007b5534c
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-12T18:51:41Z **Commit 2:** Bump elasticsearch version in tests entry template to master * Original sha:2419fe3e21
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-12T19:13:27Z
This commit is contained in:
parent
974ba99a9e
commit
aaa3f1f990
2 changed files with 3 additions and 3 deletions
|
@ -103,8 +103,8 @@
|
|||
"d3": "3.5.6",
|
||||
"d3-cloud": "1.2.1",
|
||||
"dragula": "3.7.0",
|
||||
"elasticsearch": "12.0.0-rc5",
|
||||
"elasticsearch-browser": "12.0.0-rc5",
|
||||
"elasticsearch": "12.1.2",
|
||||
"elasticsearch-browser": "12.1.2",
|
||||
"encode-uri-query": "1.0.0",
|
||||
"even-better": "7.0.2",
|
||||
"expiry-js": "0.1.7",
|
||||
|
|
|
@ -26,7 +26,7 @@ window.__KBN__ = {
|
|||
vars: {
|
||||
kbnIndex: '.kibana',
|
||||
esShardTimeout: 1500,
|
||||
esApiVersion: '2.0',
|
||||
esApiVersion: '5.x',
|
||||
esRequestTimeout: '300000',
|
||||
tilemap: {
|
||||
url: 'https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?my_app_name=kibana&my_app_version=1.2.3&elastic_tile_service_tos=agree',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue