mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Migrate Index Management and enrichers to the new ES JS client (#105863)
* Destructure index API request bodies consistently. * Remove unnecessary calls to encodeURIComponent on the server. * Migrate routes to handleEsError. Delete wrapEsError helpers. Remove unused isEsError and parseEsError dependencies. Remove isEsError from es_ui_shared. * Update tests and migrate API integration tests. * Clarify test details in CCR README. Update Index Management README with steps for testing Cloud-managed index templates and steps for testing indices and data streams that contain special characters.
This commit is contained in:
parent
5e8b24230a
commit
3491f05e95
55 changed files with 682 additions and 1135 deletions
|
@ -457,7 +457,7 @@ Index Management by running this series of requests in Console:
|
|||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/index_management/README.md[indexManagement]
|
||||
|Create a data stream using Console and you'll be able to view it in the UI:
|
||||
|Create an index with special characters and verify it renders correctly:
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/infra/README.md[infra]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue