IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Resynchronize clusters
editResynchronize clusters
editThis endpoint is deprecated and scheduled to be removed in the next major version. Use resynchronize deployments instead.
Asynchronously resynchronizes the search index for all Kibana instances.
Request
editPOST /api/v1/clusters/kibana/_resync
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
When true, skips the document indexing when the version matches the in-memory copy. |
Responses
edit-
202
-
(
ModelVersionIndexSynchronizationResults
)The ids of documents, organized by model version, that will be synchronized.
-
449
-
Elevated permissions are required. (code:
root.unauthorized.rbac.elevated_permissions_required
)Headers
-
x-cloud-error-codes
(string
; allowed values: [root.unauthorized.rbac.elevated_permissions_required
]) - The error codes associated with the response
-
Request example
editcurl -XPOST https://{{hostname}}/api/v1/clusters/kibana/_resync \ -H "Authorization: ApiKey $ECE_API_KEY"