kibana/x-pack/plugins/security
Brandon Kobel 774ce42242
Fixing issues with the url.search being null in Node 10 (#26992)
Node 10 uses `null` to denote the non-existence of a querystring
parameter when `url.parse(urlString, true)` is used, the following
changes fix our usages within the security plugin.
2018-12-11 16:30:00 -08:00
..
common Only show change password form when a password change is possible (#26779) 2018-12-11 07:35:31 -05:00
public Only show change password form when a password change is possible (#26779) 2018-12-11 07:35:31 -05:00
server Fixing issues with the url.search being null in Node 10 (#26992) 2018-12-11 16:30:00 -08:00
webpackShims
index.js
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.