OpenSearch/docs/reference/upgrade/synced-flush.asciidoc
debadair 25ec068aef
[DOCS] Added link to upgrade guide and bumped the upgrade topic up to the top level (#27621)
* [DOCS] Added link to the upgrade guide & tweaked the intro.

* [DOCS] Bumped upgrade topic up to the top level of the TOC
2017-12-05 10:58:52 -08:00

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.