James Rodewig
f56a0f4b66
[DOCS] Remove `testenv` annotations from doc snippet tests ( #80023 )
...
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.
Relates to #79309 , #31619
2021-11-05 18:38:50 -04:00
Dan Hermann
4a36d5cd79
Remove endpoint for freezing indices ( #78918 )
2021-10-26 06:37:56 -05:00
Dan Hermann
7dd8fb7c66
[DOCS] Mark unfreeze API as deprecated ( #73505 )
2021-05-28 08:51:41 -05:00
Dan Hermann
40a029f5ba
Deprecate freeze index API ( #72618 )
2021-05-27 15:14:50 -05:00
James Rodewig
8dddca77aa
[DOCS] Remove and redirect frozen index overview content ( #72990 )
...
Changes:
* Removes and adds redirects for the frozen indices [overview][0], [best
practices][1], [search][2], and [monitoring][3] pages.
* Removes glossary terms related to frozen indices.
* Updates several xrefs to point to the freeze index API docs.
Relates to elastic/elasticsearch#72946 and elastic/elasticsearch#70192 .
[0]: https://www.elastic.co/guide/en/elasticsearch/reference/7.12/frozen-indices.html
[1]: https://www.elastic.co/guide/en/elasticsearch/reference/master/best_practices.html
[2]: https://www.elastic.co/guide/en/elasticsearch/reference/master/searching_a_frozen_index.html
[3]: https://www.elastic.co/guide/en/elasticsearch/reference/master/monitoring_frozen_indices.html
2021-05-12 12:54:20 -04:00
James Rodewig
81c3cba8a8
[DOCS] Add security privileges to index API docs ( #68071 )
2021-01-28 08:53:10 -05:00
James Rodewig
441c3a21b1
[DOCS] Update my-index examples ( #60132 )
...
Changes the following example index names to `my-index-000001` for consistency:
* `my-index`
* `my_index`
* `myindex`
2020-07-27 14:46:39 -04:00
James Rodewig
97802d8aff
[DOCS] Change // CONSOLE comments to [source,console] ( #46441 )
2019-09-06 10:55:16 -04:00
Lisa Cawley
b3a7b2221b
[DOCS] Reformats API parameter details ( #44194 )
2019-07-12 08:26:31 -07:00
Lisa Cawley
f787c3bddf
[DOCS] Reformat freeze unfreeze APis to use new API format ( #43948 )
2019-07-08 08:56:30 -07:00
lcawl
32bed098bb
[DOCS] Synchs titles of X-Pack APIs
2018-12-20 10:27:24 -08:00
Simon Willnauer
29ef442841
Add a `_freeze` / `_unfreeze` API ( #35592 )
...
This commit adds a rest endpoint for freezing and unfreezing an index.
Among other cleanups mainly fixing an issue accessing package private APIs
from a plugin that got caught by integration tests this change also adds
documentation for frozen indices.
Note: frozen indices are marked as `beta` and available as a basic feature.
Relates to #34352
2018-11-20 08:03:24 +01:00