kibana/x-pack/plugins/security
Rashmi Kulkarni 594d447c0a
user email validation (#23346)
* Added automation for a support-dev-help ticket - user email validation  https://github.com/elastic/support-dev-help/issues/4571
2018-09-24 08:11:43 -07:00
..
common RBAC Phase 1 (#19723) 2018-07-24 12:40:50 -04:00
public user email validation (#23346) 2018-09-24 08:11:43 -07:00
server Remove ability to implicitly find across all types (#23198) 2018-09-19 07:22:43 -04:00
webpackShims Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
index.js Remove ability to implicitly find across all types (#23198) 2018-09-19 07:22:43 -04: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.