mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
* [DOCS] Added link to the upgrade guide & tweaked the intro. * [DOCS] Bumped upgrade topic up to the top level of the TOC
12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
POST _flush/synced
|
|
--------------------------------------------------
|
|
// CONSOLE
|
|
|
|
When you perform a synced flush, check the response to make sure there are
|
|
no failures. Synced flush operations that fail due to pending indexing
|
|
operations are listed in the response body, although the request itself
|
|
still returns a 200 OK status. If there are failures, reissue the request.
|