OpenSearch/docs/reference
Zachary Tong c346a0f027
[Rollup] Add `wait_for_completion` option to StopRollupJob API (#34811)
This adds a `wait_for_completion` flag which allows the user to block 
the Stop API until the task has actually moved to a stopped state, 
instead of returning immediately.  If the flag is set, a `timeout` parameter
can be specified to determine how long (at max) to block the API
call.  If unspecified, the timeout is 30s.

If the timeout is exceeded before the job moves to STOPPED, a
timeout exception is thrown.  Note: this is just signifying that the API
call itself timed out.  The job will remain in STOPPING and evenutally
flip over to STOPPED in the background.

If the user asks the API to block, we move over the the generic
threadpool so that we don't hold up a networking thread.
2018-11-13 16:37:17 -05:00
..
aggregations [DOCS] Fix missing callouts 2018-11-08 15:40:01 +01:00
analysis Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
cat Make version field names more meaningful (#35334) 2018-11-07 18:36:02 +02:00
ccr [DOCS] Fixes broken link 2018-11-13 10:04:26 -08:00
cluster Add more detailed OS name on Linux (#35352) 2018-11-08 12:16:58 -05:00
commands Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
docs Reindex: Clean up docs around multi-index 2018-11-05 12:52:11 -05:00
graph [DOCS] Moves graph to docs folder (#33472) 2018-09-26 14:59:31 -07:00
how-to Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
ilm [ILM] Add documentation for error handling in ILM (#35426) 2018-11-13 12:19:22 -07:00
images DOC: Add SQL section on client applications 2018-09-13 15:44:52 +03:00
index-modules [DOCS] Removes beta label from index sorting (#34327) 2018-10-05 19:44:25 +02:00
indices Docs: Align prose with snippet (#34839) 2018-10-25 16:51:18 -04:00
ingest [Docs] Improve Convert Processor description (#35280) 2018-11-07 17:01:35 +01:00
licensing Use trial license in docs tests (#34673) 2018-10-21 06:23:42 -04:00
mapping Remove include_type_name from the relevant APIs. (#35192) 2018-11-06 14:33:48 -08:00
migration DOCS: Add SecurityExtension breaking change (#35358) 2018-11-09 16:57:49 +11:00
ml [DOCS] Clarify results_index_name description (#35463) 2018-11-12 13:08:57 -08:00
modules Doc: Drop an extra 'a' in snapshots.asciidoc (#35251) 2018-11-05 13:31:35 -05:00
monitoring [DOCS] Cleans up monitoring configuration steps (#35111) 2018-11-08 13:53:09 -08:00
query-dsl Make limit on number of expanded fields configurable (#35284) 2018-11-08 17:04:40 +01:00
release-notes Introduce durability of circuit breaking exception 2018-11-02 13:12:44 +01:00
rest-api ILM API ref edits (#35112) 2018-11-08 15:26:27 -08:00
rollup [Rollup] Add `wait_for_completion` option to StopRollupJob API (#34811) 2018-11-13 16:37:17 -05:00
search Fixes fast vector highlighter docs per issue 24318. (#34190) 2018-11-08 11:09:03 +01:00
security Include realm type in Security Realm setting keys (#30241) 2018-11-06 14:56:50 +11:00
settings DOCS Add audit ignore settings to reference page (#35274) 2018-11-09 16:58:10 +02:00
setup Add docs on JNA temp directory not being noexec (#35355) 2018-11-07 22:25:37 -05:00
sql Docs: Fix build after moving SQL QA 2018-10-30 15:47:25 -04:00
testing [Docs] Remove repeating words (#33087) 2018-08-28 13:16:43 +02:00
upgrade Docs: Tweak upgrade docs 2018-10-17 08:17:12 -04:00
aggregations.asciidoc
analysis.asciidoc [Docs] Add clarification to analysis example (#31826) 2018-07-06 14:36:58 +02:00
api-conventions.asciidoc [DOCS] Synchronizes captialization in top-level titles (#33605) 2018-09-27 08:36:18 -07:00
cat.asciidoc
cluster.asciidoc Update docs for node specifications (#30468) 2018-08-20 14:21:31 +01:00
docs.asciidoc
getting-started.asciidoc Change "REST Verb" to "HTTP Verb" (#34195) 2018-10-02 17:09:54 -04:00
glossary.asciidoc Default to one shard (#30539) 2018-05-14 12:22:35 -04:00
gs-index.asciidoc
how-to.asciidoc
index-modules.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
index.asciidoc [DOCS] Move CCR overview pages (#34918) 2018-11-02 14:23:13 -07:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc
ingest.asciidoc ingest: document index.default_pipeline (#34500) 2018-10-23 13:49:25 -05:00
mapping.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
modules.asciidoc Fix name of remote clusters reference 2018-10-20 11:18:27 -04:00
query-dsl.asciidoc
redirects.asciidoc Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
release-notes.asciidoc [DOCS] Synchronizes captialization in top-level titles (#33605) 2018-09-27 08:36:18 -07:00
search.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
setup.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
testing.asciidoc
upgrade.asciidoc Revert "[DOCS] Added 6.3 info & updated the upgrade table. (#30940)" 2018-06-11 22:04:36 -04:00