kibana/x-pack/plugins/spaces
Pierre Gayvallet 477d0bbe21
add SavedObject export hooks (#87807)
* initial POC

* fix spaces UT

* address POC feedback, add tests for applyExportTransforms

* add sorting for transforms

* add type validation in SOTR

* add FTR tests

* update documentation

* add explicit so type export for client-side

* update generated doc

* add exporter test

* update license headers

* update generated doc

* fix so import... imports

* update generated doc

* nits

* update generated doc

* rename test plugins

* adding FTR tests on export failures
2021-01-21 15:27:28 +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 SavedObject export hooks (#87807) 2021-01-21 15:27:28 +01:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json Create Spaces OSS plugin (#87585) 2021-01-12 12:26:40 -05:00
README.md Deprecate disabling the spaces plugin (#83984) 2020-12-02 12:00:14 -05:00
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.