kibana/x-pack/plugins/transform/kibana.json
Alexey Antonov d9ef453b26
[Discover] Removing SavedObject usage for savedSearch (#112983)
* [Discover] Step 2 - remove SavedObjectLoader

* Fix PR comments

* fix test names

* fix ts error

* add handling of missed 'so'

* add Embeddable error

* fix jest

* add DiscoverError component

* fix Joe comments

* add search params

* add throwErrorOnUrlConflict util method

* add error handling into transform plugin

* do some updates

* add spaces into visualize, visualizations

* fix Tim's comment

* pass false into createGetterSetter for getSpaces

* Fix comments

* Fix lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Uladzislau Lasitsa <Uladzislau_Lasitsa@epam.com>
2021-10-13 11:31:04 +03:00

39 lines
869 B
JSON

{
"id": "transform",
"version": "kibana",
"server": true,
"ui": true,
"requiredPlugins": [
"data",
"home",
"licensing",
"management",
"features",
"savedObjects",
"share",
"triggersActionsUi",
"fieldFormats"
],
"optionalPlugins": [
"security",
"usageCollection",
"spaces",
"alerting"
],
"configPath": ["xpack", "transform"],
"requiredBundles": [
"esUiShared",
"discover",
"kibanaUtils",
"kibanaReact",
"ml"
],
"extraPublicDirs": [
"common"
],
"owner": {
"name": "Machine Learning UI",
"githubTeam": "ml-ui"
},
"description": "This plugin provides access to the transforms features provided by Elastic. Transforms enable you to convert existing Elasticsearch indices into summarized indices, which provide opportunities for new insights and analytics."
}