Skip to content

Commit

Permalink
Updates messaging when X-Pack is unavailable (#21221)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
tylersmalley authored Jul 25, 2018
1 parent cde20fc commit 1cc4673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/security/public/views/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/security/public/views/login/login.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ input.form-control {

.loginErrorEsUnavailable,
.loginErrorXpackUnavailable {
width: 550px;
width: 600px;
z-index: 10;
}

0 comments on commit 1cc4673

Please sign in to comment.