- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 7.12
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Development tools settings
- Graph settings
- Fleet settings
- i18n settings
- Logs settings
- Metrics settings
- Machine learning settings
- Monitoring settings
- Reporting settings
- Secure settings
- Search sessions settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Embed Kibana content in a web page
- Configure monitoring
- Configure security
- Production considerations
- Discover
- Dashboard
- Canvas
- Maps
- Machine learning
- Graph
- Observability
- APM
- Elastic Security
- Dev Tools
- Stack Monitoring
- Stack Management
- Fleet
- Reporting
- Alerting and Actions
- REST API
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
Start or resume reindex API
editStart or resume reindex API
edit[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Start a new reindex or resume a paused reindex.
Start a new reindex or resume a paused reindex.
Request
editPOST <kibana host>:<port>/api/upgrade_assistant/reindex/myIndex
Response code
edit-
200
- Indicates a successful call.
Example
editThe API returns the following:
{ "indexName": ".ml-state", "newIndexName": ".reindexed-v7-ml-state", "status": 0, "lastCompletedStep": 0, "reindexTaskId": null, "reindexTaskPercComplete": null, "errorMessage": null }
The name of the new index. |
|
The reindex status. For more information, refer to Status codes. |
|
The last successfully completed step of the reindex. For more information, refer to Step codes. |
|
The task ID of the reindex task in Elasticsearch. Appears when the reindexing starts. |
|
The progress of the reindexing task in Elasticsearch. Appears in decimal form, from 0 to 1. |
|
The error that caused the reindex to fail, if it failed. |
On this page