Merge pull request #3085 from spalger/esVersionBump

bump minimum elasticsearch version to 1.4.4
This commit is contained in:
Rashid Khan 2015-02-19 08:08:41 -07:00
commit 062ec64fa5

View file

@ -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