Bogdan Pintea
13a0e420a3
SQL: Add CCS SQL documentation ( #81545 )
...
This adds the documentation for CCS SQL.
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2022-01-05 20:01:01 +01:00
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
James Rodewig
ea635d67a6
[DOCS] SQL: Add formal API docs ( #75506 )
...
Adds formal API docs for the following APIs:
* Clear SQL cursor
* SQL search
* SQL translate
Other changes:
* Removes and redirects the "Supported REST parameters section." This is now covered in the SQL search API docs.
* Updates a few related xrefs.
Closes #75085
2021-07-21 08:04:21 -04:00
debadair
29bb8fd67e
[DOCS] Add info about GET/POST to the API conventions. ( #74529 )
...
* [DOCS] Add info about GET/POST to the API conventions.
* Fixed anchor
* Added redirect
* Incorporated review suggestions
2021-06-30 09:24:42 -07: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
2774cd6938
[DOCS] Swap `[float]` for `[discrete]` ( #60124 )
...
Changes instances of `[float]` in our docs for `[discrete]`.
Asciidoctor prefers the `[discrete]` tag for floating headings:
https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
2020-07-23 11:48:22 -04:00
James Rodewig
483bab2281
[DOCS] Add data streams to API conventions ( #58695 )
...
Updates the existing API conventions docs to make them aware of data
streams.
Co-authored-by: debadair <debadair@elastic.co>
2020-06-30 17:06:17 -04:00
Andrei Stefan
309bd691ff
Restructure the SQL Language section to have proper sub-sections ( #43007 )
...
Rest docs page update
- have the section be on separate pages
- add an Overview page
- add other formats examples
2019-06-11 12:04:00 +03:00
James Rodewig
d6ad874613
[DOCS] Remove unneeded options from `[source,sql]` code blocks ( #42759 )
...
In AsciiDoc, `subs="attributes,callouts,macros"` options were required
to render `include-tagged::` in a code block.
With elastic/docs#827, Elasticsearch Reference documentation migrated
from AsciiDoc to Asciidoctor.
In Asciidoctor, the `subs="attributes,callouts,macros"` options are no
longer needed to render `include-tagged::` in a code block. This commit
removes those unneeded options.
Resolves #41589
2019-05-31 13:03:41 -04:00
Costin Leau
f42dcf2ffd
Docs: Tweak list formatting
2019-05-10 17:08:00 +03:00
Costin Leau
a3cc03eb15
Docs: Documentation for the upcoming SQL support of frozen indices ( #41863 )
...
Add docs for SQL Frozen indices support
2019-05-10 14:19:26 +03:00