From 1cc4673f15f87f5c9b88a6117f8495aef373f9c8 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 25 Jul 2018 10:37:51 -0700 Subject: [PATCH] Updates messaging when X-Pack is unavailable (#21221) Signed-off-by: Tyler Smalley --- x-pack/plugins/security/public/views/login/login.html | 4 ++-- x-pack/plugins/security/public/views/login/login.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/security/public/views/login/login.html b/x-pack/plugins/security/public/views/login/login.html index 775fbbc9f7c77..518cd94675462 100644 --- a/x-pack/plugins/security/public/views/login/login.html +++ b/x-pack/plugins/security/public/views/login/login.html @@ -50,8 +50,8 @@
-

Cannot connect to an Elasticsearch cluster running the OSS distribution from an instance of Kibana that has a Basic license or above.

-

Upgrade Elasticsearch to the default distribution, or use the OSS version of Kibana.

+

It appears you're running the oss-only distribution of Elasticsearch.

+

To use the full set of free features in this distribution of Kibana, please update Elasticsearch to the default distribution.

Refresh to try again.

diff --git a/x-pack/plugins/security/public/views/login/login.less b/x-pack/plugins/security/public/views/login/login.less index 2336833640116..e00902e910f35 100644 --- a/x-pack/plugins/security/public/views/login/login.less +++ b/x-pack/plugins/security/public/views/login/login.less @@ -120,6 +120,6 @@ input.form-control { .loginErrorEsUnavailable, .loginErrorXpackUnavailable { - width: 550px; + width: 600px; z-index: 10; } \ No newline at end of file