Commit graph

9 commits

Author SHA1 Message Date
James Rodewig
10df154ac8
[DOCS] Add security privileges to snapshot/restore API docs (#67955) (#68383) 2021-02-02 09:50:13 -05:00
David Turner
64de0ab753
Warn of change of default of wait_for_active_shards (#67527)
In 7.x the close indices API defaults to `?wait_for_active_shards=0` but
from 8.0 it will default to respecting the index settings instead. This
commit introduces the `index-setting` value for this parameter on this
API allowing users to opt-in to the future behaviour today, and starts
to emit a deprecation warning for users that use the default.

Relates #67158
Retry of #67246 now that #67498 is merged to `master`
Closes #66419
2021-01-14 17:10:35 +00:00
David Turner
11381c3f13 Revert "Warn of change of default of wait_for_active_shards (#67246)"
This reverts commit 8660e8d0fe.
2021-01-13 16:28:48 +00:00
David Turner
8660e8d0fe
Warn of change of default of wait_for_active_shards (#67246)
In 7.x the close indices API defaults to `?wait_for_active_shards=0` but
from 8.0 it will default to respecting the index settings instead. This
commit introduces the `index-setting` value for this parameter on this
API allowing users to opt-in to the future behaviour today, and starts
to emit a deprecation warning for users that use the default.

Relates #67158
Closes #66419
2021-01-13 14:34:48 +00:00
Dan Hermann
39c09f9326
[7.x] Include date in data stream backing index names (#66307) 2020-12-14 19:36:59 -06:00
James Rodewig
4ec9acd691
[DOCS] Correct restore snapshot API request example (#65525) (#65627)
Co-authored-by: bellengao <gbl_long@163.com>
2020-11-30 14:21:28 -05:00
James Rodewig
aea83909d9
[DOCS] Fix case for 'Boolean' (#64299) (#64341) 2020-10-29 10:04:20 -04:00
Adam Locke
751cee0042
Adding ignore_unavailable param. (#61368) (#61370) 2020-08-20 10:10:16 -04:00
Adam Locke
0a73225cd8
[DOCS] Adding new page for restore snapshot API (#59937) (#60055)
* Adding new page for restore snapshot API.

* Improving test cases, lots of edits, and streamlining content.

* Incorporating review suggestions and feedback.

* Specify `index alias` vs `alias`

* Change parameter order

* Provide clarity around regular expression

* Add link to SLM parameters

* Split sentences in example

* Adding link to master node page.
2020-07-22 12:08:55 -04:00