kibana/x-pack/plugins/security
Larry Gregory 9bc7bc30ca
Expose ability to deny ('except') access to fields via FLS (#26472)
* expose ability to deny ('except')  access to fields via FLS

* expose ability to deny ('except')  access to fields via FLS

* Moves FLS fields behind a switch to be consistent with DLS fields

* remove unused import

* fix security page object

* remove unused code

* remove unused translations
2019-04-16 14:56:44 -04:00
..
common Expose ability to deny ('except') access to fields via FLS (#26472) 2019-04-16 14:56:44 -04:00
public Expose ability to deny ('except') access to fields via FLS (#26472) 2019-04-16 14:56:44 -04:00
server Typesciptify Session and move its tests to Jest. (#35063) 2019-04-16 10:04:11 +02:00
index.js Feature Controls (#31652) 2019-04-12 09:16:13 -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.