kibana/x-pack/plugins/spaces
Pierre Gayvallet edb338a8ad
Add SO import hook / warnings API (#87996)
* initial commit

* adapt client-side signatures

* more type fixes

* adapt api IT asserts

* fix some unit tests

* fix more test usages

* fix integration tests

* fix FT test assertions

* fix FT test assertions

* add FTR API integ test suite

* create the plugin_api_integration test suite

* adapt and fix flyout tests

* update documentation

* update generated doc

* add unit tests for `executeImportHooks`

* wire resolve_import_errors and add unit tests

* move hooks registration to SO type API

* update generated doc

* design integration

* update generated doc

* Add FTR tests for import warnings

* deletes plugins api integ tests

* self review

* move onImport to management definition

* update license header

* rename actionUrl to actionPath
2021-01-20 19:25:32 +01:00
..
common Create Spaces OSS plugin (#87585) 2021-01-12 12:26:40 -05:00
public Add SO import hook / warnings API (#87996) 2021-01-20 19:25:32 +01:00
server Add SO import hook / warnings API (#87996) 2021-01-20 19:25:32 +01:00
jest.config.js
kibana.json Create Spaces OSS plugin (#87585) 2021-01-12 12:26:40 -05:00
README.md
tsconfig.json Move Spaces, Security and EncryptedSavedObjects plugins to separate TS projects (#88365) 2021-01-15 14:55:53 +01:00

Kibana Spaces Plugin

See Configuring Kibana Spaces.

The spaces plugin enables Kibana Spaces, which provide isolation and organization for saved objects.

Spaces also allow for a creating a curated Kibana experience, by hiding features that aren't relevant to your users.

Spaces can be combined with Security to further enhance the authorization model.