kibana/x-pack/plugins/security
Larry Gregory 785a1a97c0
Fix missing email address on account screen (#22652)
This PR fixes #22531, where the current user's email address was not displaying in the UI
2018-09-04 10:28:39 -04:00
..
common RBAC Phase 1 (#19723) 2018-07-24 12:40:50 -04:00
public Fix missing email address on account screen (#22652) 2018-09-04 10:28:39 -04:00
server Make /api/security/v1/login to return 204 status code if no payload is provided. (#21391) 2018-07-30 15:30:52 +02:00
webpackShims
index.js [security] Improve communication for ES/X-Pack being unavailable (#21124) 2018-07-24 16:48:51 -07:00
README.md

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.