mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[kibana] bump minimum elasticsearch version to 1.4.4
This commit is contained in:
parent
ca23034e3b
commit
2a73bd185e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ define(function (require) {
|
|||
// Use this for cache busting partials
|
||||
.constant('cacheBust', window.KIBANA_COMMIT_SHA)
|
||||
// The minimum Elasticsearch version required to run Kibana
|
||||
.constant('minimumElasticsearchVersion', '1.4.3')
|
||||
.constant('minimumElasticsearchVersion', '1.4.4')
|
||||
// When we need to identify the current session of the app, ef shard preference
|
||||
.constant('sessionId', Date.now())
|
||||
// attach the route manager's known routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue