kibana/x-pack/plugins/security
Brandon Kobel 42b758c567
Adding support for single session cookies appearing in an Array (#24984)
* Adding support for single auth cookies appearing in an Array

* Removing redundant newline
2018-11-02 06:23:54 -07:00
..
common K7 Login screen (#23512) 2018-10-22 14:18:17 -04:00
public User management - email and name should be optional (#24842) 2018-11-01 08:58:01 -04:00
server Adding support for single session cookies appearing in an Array (#24984) 2018-11-02 06:23:54 -07:00
webpackShims
index.js Adding "Successfully logged out" page (#23890) 2018-11-01 05:33:32 -07: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.