mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Bumping the minimum version to 2.0
This commit is contained in:
parent
575123a02b
commit
132740d61d
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.4')
|
||||
.constant('minimumElasticsearchVersion', '2.0.0')
|
||||
// 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