kibana/x-pack/plugins/security
Larry Gregory 632c63ab21
[6.x] Spaces Phase 1 (#21408) (#23639)
Backports the following commits to 6.x:
 - Spaces Phase 1  (#21408)
2018-10-01 09:53:43 -04:00
..
common [6.x] Spaces Phase 1 (#21408) (#23639) 2018-10-01 09:53:43 -04:00
public [6.x] Spaces Phase 1 (#21408) (#23639) 2018-10-01 09:53:43 -04:00
server [6.x] Spaces Phase 1 (#21408) (#23639) 2018-10-01 09:53:43 -04:00
webpackShims Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00
index.js [6.x] Spaces Phase 1 (#21408) (#23639) 2018-10-01 09:53:43 -04: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.