kibana/x-pack/plugins/security
Leanid Shutau eefde19a7f
[I18n] Update locale data for IntlRelativeFormat and IntlMessageFormat (#26468)
* [I18n] Update locale data for IntlRelativeFormat and IntlMessageFormat

* Update locales

* Add default relative formats

* Fix en locale formats

* Update readme

* Make setFormats public

* Update snapshots

* Resolve comments

* Update locales list

* Update snapshots

* Add locale data for pseudo-locale
2018-12-18 13:25:16 +03:00
..
common Only show change password form when a password change is possible (#26779) 2018-12-11 07:35:31 -05:00
public [I18n] Update locale data for IntlRelativeFormat and IntlMessageFormat (#26468) 2018-12-18 13:25:16 +03:00
server [security] Support alternate auth providers for login (#26979) 2018-12-12 19:22:43 -05:00
webpackShims Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
index.js Adding "Successfully logged out" page (#23890) 2018-11-01 05:33:32 -07:00
README.md Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00

Kibana Security Plugin

  1. Install the Security plugin on Kibana bin/kibana plugin --install kibana/security/latest
  2. Modify kibana.yml and add xpack.security.encryptionKey: "something_at_least_32_characters"
  3. Make sure that the following config options are also set: elasticsearch.username, elasticsearch.password, server.ssl.certificate, and server.ssl.key (see Configuring Kibana to Work with Shield)

Once done, open up the following url (assuming standard kibana config): https://localhost:5601.