mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Updates messaging when X-Pack is unavailable (#21221)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
cde20fca60
commit
1cc4673f15
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -120,6 +120,6 @@ input.form-control {
|
|||
|
||||
.loginErrorEsUnavailable,
|
||||
.loginErrorXpackUnavailable {
|
||||
width: 550px;
|
||||
width: 600px;
|
||||
z-index: 10;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue