kibana/x-pack/plugins/security
2021-06-29 16:57:46 +02:00
..
common [6.x] Only show change password form when a password change is possible (#26779) (#26954) 2018-12-11 08:30:02 -05:00
public [6.8] Bump jquery from 3.4.1 to 3.5.0 (#64884) again (#67036) 2020-05-21 15:05:58 -04:00
server [6.8] Use @commercial/hapi (#97605) 2021-06-29 16:57:46 +02:00
webpackShims Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00
index.js [6.8] Support deep links inside of RelayState for SAML IdP initiated login. (#69663) 2020-06-26 10:38:54 +02:00
README.md Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -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.