[kibana] bump minimum elasticsearch version to 1.4.4

This commit is contained in:
Spencer Alger 2015-02-18 14:01:58 -07:00
parent ca23034e3b
commit 2a73bd185e

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