kibana/x-pack/plugins/security
2019-02-04 13:38:00 +01:00
..
common Only show change password form when a password change is possible (#26779) 2018-12-11 07:35:31 -05:00
public Introduce I18nService core service and I18nContext. (#29379) 2019-02-04 13:38:00 +01:00
server Remove legacy fallback (#29107) 2019-01-22 12:08:45 -08:00
webpackShims Visualize sidebar design updates (#29658) 2019-01-31 16:46:05 -05:00
index.js Remove legacy fallback (#29107) 2019-01-22 12:08:45 -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.