Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[security] Improve communication for ES/X-Pack being unavailable #21124

Merged
merged 4 commits into from
Jul 24, 2018

Commits on Jul 24, 2018

  1. [security] Improve communication for ES/X-Pack being unavailable

    Previously if Elasticsearch was unavailable in the Kibana default distribution,
    you would be prompted with a disabled login screen stating "Login is currently
    disabled. Administrators should consult the Kibana logs for more details". This
    was rather confusing for users who have a Basic license.
    
    This now provides the user with a screen providing only the required
    messaging.
    
    Additionally, if you were using Kibana with a Basic license with an OSS
    distribution of Elasticsearch, you would see the same disabled login
    screen as mentioned previously.
    
    This also separates the messaging there to provide clear details for the
    user to resolve the issue.
    
    Signed-off-by: Tyler Smalley <[email protected]>
    Tyler Smalley committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    7ef03d3 View commit details
    Browse the repository at this point in the history
  2. Updated copy to include "refresh to try again"

    Signed-off-by: Tyler Smalley <[email protected]>
    Tyler Smalley committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    0218981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cca644 View commit details
    Browse the repository at this point in the history
  4. Adds z-index to prevent going behind logo

    Signed-off-by: Tyler Smalley <[email protected]>
    Tyler Smalley committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    1e202a8 View commit details
    Browse the repository at this point in the history