kibana/x-pack/plugins/security
Brandon Kobel 9f1cdac12b
Reporting cookies 2 (#24752)
* Revert "Reporting cookies (#24177)"

This reverts commit 9f4ec18000.

* Take 2

* Adding comment

* Better escaping and encoding for use in eval

* Checking for an empty string also

* Fixing session test
2018-10-29 15:54:45 -07:00
..
common K7 Login screen (#23512) 2018-10-22 14:18:17 -04:00
public Translate security/users component (#23940) 2018-10-29 15:59:31 +03:00
server Reporting cookies 2 (#24752) 2018-10-29 15:54:45 -07:00
webpackShims
index.js Upgrade Hapi in legacy platform to v17 (#21707) 2018-10-25 16:01:12 -05: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.