Updates messaging when X-Pack is unavailable (#21221)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2018-07-25 10:37:51 -07:00 committed by GitHub
parent cde20fca60
commit 1cc4673f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -50,8 +50,8 @@
</div>
<div class="euiText loginErrorXpackUnavailable" ng-if="login.layout === 'error-xpack-unavailable'">
<p class="euiTitle euiTitle--medium euiTextColor euiTextColor--danger">Cannot connect to an Elasticsearch cluster running the OSS distribution from an instance of Kibana that has a Basic license or above.</p>
<p>Upgrade Elasticsearch to the default distribution, or use the OSS version of Kibana.</p>
<p class="euiTitle euiTitle--small">It appears you're running the oss-only distribution of Elasticsearch.</p>
<p class="euiTitle euiTitle--small">To use the full set of free features in this distribution of Kibana, please update Elasticsearch to the <a href="https://www.elastic.co/downloads/elasticsearch">default distribution</a>.</p>
<p>Refresh to try again.</p>
</div>

View file

@ -120,6 +120,6 @@ input.form-control {
.loginErrorEsUnavailable,
.loginErrorXpackUnavailable {
width: 550px;
width: 600px;
z-index: 10;
}