Skip to content

Commit

Permalink
Management Api - add to migration guide (elastic#56892)
Browse files Browse the repository at this point in the history
* update management info in migration guide
  • Loading branch information
mattkime committed Feb 12, 2020
1 parent a423636 commit 5bbf3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ import { setup, start } from '../core_plugins/visualizations/public/legacy';
| Legacy Platform | New Platform | Notes |
| ------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| `import 'ui/management'` | `management.sections` | |
| `import 'ui/apply_filters'` | N/A. Replaced by triggering an APPLY_FILTER_TRIGGER trigger. | Directive is deprecated. |
| `import 'ui/filter_bar'` | `import { FilterBar } from '../data/public'` | Directive is deprecated. |
| `import 'ui/query_bar'` | `import { QueryStringInput } from '../data/public'` | Directives are deprecated. |
Expand Down Expand Up @@ -1240,7 +1241,7 @@ This table shows where these uiExports have moved to in the New Platform. In mos
| `inspectorViews` | | Should be an API on the data (?) plugin. |
| `interpreter` | | Should be an API on the interpreter plugin. |
| `links` | n/a | Not necessary, just register your app via `core.application.register` |
| `managementSections` | [`plugins.management.sections.register`](/rfcs/text/0006_management_section_service.md) | API finalized, implementation in progress. |
| `managementSections` | [`plugins.management.sections.register`](/rfcs/text/0006_management_section_service.md) | |
| `mappings` | | Part of SavedObjects, see [#33587](https://github.com/elastic/kibana/issues/33587) |
| `migrations` | | Part of SavedObjects, see [#33587](https://github.com/elastic/kibana/issues/33587) |
| `navbarExtensions` | n/a | Deprecated |
Expand Down

0 comments on commit 5bbf3b9

Please sign in to comment.