kibana/x-pack/plugins/security
Chandler Prall a62252ce40
Update EUI to v5.0.0 (#25316)
* update EUI to v5.0.0

* update snapshots

* revert snapshot change

* revert snapshot change (2)
2018-11-08 10:16:44 -07:00
..
common K7 Login screen (#23512) 2018-10-22 14:18:17 -04:00
public Update EUI to v5.0.0 (#25316) 2018-11-08 10:16:44 -07:00
server Adding support for single session cookies appearing in an Array (#24984) 2018-11-02 06:23:54 -07: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.