kibana/x-pack/plugins/security
2019-03-28 17:22:44 +01:00
..
common [eslint] require final newline (#32265) 2019-02-28 18:01:29 -08:00
public Migration to Babel7 and @babel/preset-typescript (#33093) 2019-03-26 20:44:03 +00:00
server Typesciptify Basic Authentication provider and move its tests to Jest. (#34045) 2019-03-28 17:22:44 +01:00
index.js Security - authorization mode request cache (#33248) 2019-03-15 14:55:01 -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.