- Kibana Guide: other versions:
- Introduction
- Get started
- Set Up Kibana
- Discover
- Visualize
- Creating a Visualization
- Saving Visualizations
- Using rolled up data in a visualization
- Line, Area, and Bar charts
- Controls Visualization
- Data Table
- Markdown Widget
- Metric
- Goal and Gauge
- Pie Charts
- Coordinate Maps
- Region Maps
- Timelion
- TSVB
- Tag Clouds
- Heatmap Chart
- Vega Graphs
- Inspecting Visualizations
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Code
- Infrastructure
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Start or resume reindex API
editStart or resume reindex API
editStart a new reindex or resume a paused reindex.
The underlying Upgrade Assistant concepts are stable, but the APIs for managing Upgrade Assistant are experimental.
Request
editPOST /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 }
Name of the new index that is being created. |
|
Current status of the reindex. For details, see Status codes. |
|
Last successfully completed step of the reindex. For details, see Step codes table. |
|
Task ID of the reindex task in Elasticsearch. Only present if reindexing has started. |
|
Percentage of how far the reindexing task in Elasticsearch has progressed, in decimal from from 0 to 1. |
|
Error that caused the reindex to fail, if it failed. |
On this page
Was this helpful?
Thank you for your feedback.