kibana/x-pack/plugins/security
2018-12-20 14:58:13 -08:00
..
common Only show change password form when a password change is possible (#26779) 2018-12-11 07:35:31 -05:00
public Add ILM privileges (#27461) 2018-12-20 08:53:46 -08:00
server [security] Token auth provider (#26997) 2018-12-19 11:13:29 -05:00
webpackShims
index.js [uiExports/styleSheetPaths] avoid string concatenation for paths (#27471) 2018-12-20 14:58:13 -08: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.