Skip to content

Commit 5c69cd1

Browse files
[Docs] Convert asciidoc lifecycle markers into Docs V3 syntax (#135347)
1 parent 1756c78 commit 5c69cd1

14 files changed

+59
-54
lines changed

docs/reference/enrich-processor/inference-processor.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ Classification configuration for inference.
127127
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
128128
* `mpnet`: Use for MPNet-style models
129129
* `roberta`: Use for RoBERTa-style and BART-style models
130-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
131-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
130+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
131+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
132132

133133
::::{dropdown} Properties of tokenization
134134
`bert`
@@ -191,8 +191,8 @@ Classification configuration for inference.
191191
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
192192
* `mpnet`: Use for MPNet-style models
193193
* `roberta`: Use for RoBERTa-style and BART-style models
194-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
195-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
194+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
195+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
196196

197197
::::{dropdown} Properties of tokenization
198198
`bert`
@@ -271,8 +271,8 @@ Regression configuration for inference.
271271
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
272272
* `mpnet`: Use for MPNet-style models
273273
* `roberta`: Use for RoBERTa-style and BART-style models
274-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
275-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
274+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
275+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
276276

277277
::::{dropdown} Properties of tokenization
278278
`bert`
@@ -353,8 +353,8 @@ Regression configuration for inference.
353353
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
354354
* `mpnet`: Use for MPNet-style models
355355
* `roberta`: Use for RoBERTa-style and BART-style models
356-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
357-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
356+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
357+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
358358

359359
::::{dropdown} Properties of tokenization
360360
`bert`
@@ -417,8 +417,8 @@ Regression configuration for inference.
417417
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
418418
* `mpnet`: Use for MPNet-style models
419419
* `roberta`: Use for RoBERTa-style and BART-style models
420-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
421-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
420+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
421+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
422422

423423
::::{dropdown} Properties of tokenization
424424
`bert`
@@ -504,8 +504,8 @@ Regression configuration for inference.
504504
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
505505
* `mpnet`: Use for MPNet-style models
506506
* `roberta`: Use for RoBERTa-style and BART-style models
507-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
508-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
507+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
508+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
509509
Refer to [Properties of `tokenizaton`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-put-trained-model) to review the properties of the `tokenization` object.
510510
::::
511511

@@ -527,8 +527,8 @@ Refer to [Properties of `tokenizaton`](https://www.elastic.co/docs/api/doc/elast
527527
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
528528
* `mpnet`: Use for MPNet-style models
529529
* `roberta`: Use for RoBERTa-style and BART-style models
530-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
531-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
530+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
531+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
532532

533533
::::{dropdown} Properties of tokenization
534534
`bert`

docs/reference/enrich-processor/user-agent-processor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $$$ingest-user-agent-options$$$
2121
| `target_field` | no | user_agent | The field that will be filled with the user agent details. |
2222
| `regex_file` | no | - | The name of the file in the `config/ingest-user-agent` directory containing the regular expressions for parsing the user agent string. Both the directory and the file have to be created before starting Elasticsearch. If not specified, ingest-user-agent will use the regexes.yaml from uap-core it ships with (see below). |
2323
| `properties` | no | [`name`, `os`, `device`, `original`, `version`] | Controls what properties are added to `target_field`. |
24-
| `extract_device_type` | no | `false` | [beta] Extracts device type from the user agent string on a best-effort basis. |
24+
| `extract_device_type` | no | `false` | {applies_to}`stack: beta` {applies_to}`serverless: beta` Extracts device type from the user agent string on a best-effort basis. |
2525
| `ignore_missing` | no | `false` | If `true` and `field` does not exist, the processor quietly exits without modifying the document |
2626

2727
Here is an example that adds the user agent details to the `user_agent` field based on the `agent` field:

docs/reference/query-languages/esql/_snippets/lists/aggregation-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* [`MIN`](../../functions-operators/aggregation-functions.md#esql-min)
88
* [`PERCENTILE`](../../functions-operators/aggregation-functions.md#esql-percentile)
99
* [`SAMPLE`](../../functions-operators/aggregation-functions.md#esql-sample)
10-
* [preview] [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions.md#esql-st_centroid_agg)
11-
* [preview] [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
10+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions.md#esql-st_centroid_agg)
11+
* [{applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
1212
* [`STD_DEV`](../../functions-operators/aggregation-functions.md#esql-std_dev)
1313
* [`SUM`](../../functions-operators/aggregation-functions.md#esql-sum)
1414
* [`TOP`](../../functions-operators/aggregation-functions.md#esql-top)
15-
* [preview] [`VALUES`](../../functions-operators/aggregation-functions.md#esql-values)
15+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`VALUES`](../../functions-operators/aggregation-functions.md#esql-values)
1616
* [`WEIGHTED_AVG`](../../functions-operators/aggregation-functions.md#esql-weighted_avg)
1717
* [`PRESENT`](../../functions-operators/aggregation-functions.md#esql-present)

docs/reference/query-languages/esql/_snippets/lists/infix-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* [`IN`](../../functions-operators/operators.md#esql-in-operator)
33
* [`LIKE`](../../functions-operators/operators.md#esql-like)
44
* [`RLIKE`](../../functions-operators/operators.md#esql-rlike)
5-
* [preview] [Match `:`](../../functions-operators/operators.md#esql-match-operator)
5+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [Match `:`](../../functions-operators/operators.md#esql-match-operator)

docs/reference/query-languages/esql/_snippets/lists/mv-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* [`MV_APPEND`](../../functions-operators/mv-functions.md#esql-mv_append)
22
* [`MV_AVG`](../../functions-operators/mv-functions.md#esql-mv_avg)
33
* [`MV_CONCAT`](../../functions-operators/mv-functions.md#esql-mv_concat)
4-
* [preview] [`MV_CONTAINS`](../../functions-operators/mv-functions.md#esql-mv_contains)
4+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`MV_CONTAINS`](../../functions-operators/mv-functions.md#esql-mv_contains)
55
* [`MV_COUNT`](../../functions-operators/mv-functions.md#esql-mv_count)
66
* [`MV_DEDUPE`](../../functions-operators/mv-functions.md#esql-mv_dedupe)
77
* [`MV_FIRST`](../../functions-operators/mv-functions.md#esql-mv_first)
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
* [preview] [`CHANGE_POINT`](/reference/query-languages/esql/commands/change-point.md)
2-
* [preview] [`COMPLETION`](/reference/query-languages/esql/commands/completion.md)
1+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`CHANGE_POINT`](/reference/query-languages/esql/commands/change-point.md)
2+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`COMPLETION`](/reference/query-languages/esql/commands/completion.md)
33
* [`DISSECT`](/reference/query-languages/esql/commands/dissect.md)
44
* [`DROP`](/reference/query-languages/esql/commands/drop.md)
55
* [`ENRICH`](/reference/query-languages/esql/commands/enrich.md)
66
* [`EVAL`](/reference/query-languages/esql/commands/eval.md)
77
* [`GROK`](/reference/query-languages/esql/commands/grok.md)
8-
* [preview] [`FORK`](/reference/query-languages/esql/commands/fork.md)
8+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`FORK`](/reference/query-languages/esql/commands/fork.md)
99
* [`KEEP`](/reference/query-languages/esql/commands/keep.md)
1010
* [`LIMIT`](/reference/query-languages/esql/commands/limit.md)
1111
* [`LOOKUP JOIN`](/reference/query-languages/esql/commands/lookup-join.md)
12-
* [preview] [`INLINE STATS`](/reference/query-languages/esql/commands/inlinestats-by.md)
13-
* [preview] [`MV_EXPAND`](/reference/query-languages/esql/commands/mv_expand.md)
12+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`INLINE STATS`](/reference/query-languages/esql/commands/inlinestats-by.md)
13+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`MV_EXPAND`](/reference/query-languages/esql/commands/mv_expand.md)
1414
* [`RENAME`](/reference/query-languages/esql/commands/rename.md)
15-
* [preview] [`RERANK`](/reference/query-languages/esql/commands/rerank.md)
16-
* [preview] [`SAMPLE`](/reference/query-languages/esql/commands/sample.md)
15+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`RERANK`](/reference/query-languages/esql/commands/rerank.md)
16+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`SAMPLE`](/reference/query-languages/esql/commands/sample.md)
1717
* [`SORT`](/reference/query-languages/esql/commands/sort.md)
1818
* [`STATS`](/reference/query-languages/esql/commands/stats-by.md)
1919
* [`WHERE`](/reference/query-languages/esql/commands/where.md)

docs/reference/query-languages/esql/_snippets/lists/search-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* [`MATCH`](../../functions-operators/search-functions.md#esql-match)
33
* [`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match_phrase)
44
* [`QSTR`](../../functions-operators/search-functions.md#esql-qstr)
5-
% * [preview] [`DECAY`](../../functions-operators/search-functions.md#esql-decay)
6-
% * [preview] [`TERM`](../../functions-operators/search-functions.md#esql-term)
5+
% * {applies_to}`stack: preview` {applies_to}`serverless: preview` [`DECAY`](../../functions-operators/search-functions.md#esql-decay)
6+
% * {applies_to}`stack: preview` {applies_to}`serverless: preview` [`TERM`](../../functions-operators/search-functions.md#esql-term)

docs/reference/query-languages/esql/_snippets/lists/spatial-functions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* [`ST_WITHIN`](../../functions-operators/spatial-functions.md#esql-st_within)
66
* [`ST_X`](../../functions-operators/spatial-functions.md#esql-st_x)
77
* [`ST_Y`](../../functions-operators/spatial-functions.md#esql-st_y)
8-
* [preview] [`ST_ENVELOPE`](../../functions-operators/spatial-functions.md#esql-st_envelope)
9-
* [preview] [`ST_XMAX`](../../functions-operators/spatial-functions.md#esql-st_xmax)
10-
* [preview] [`ST_XMIN`](../../functions-operators/spatial-functions.md#esql-st_xmin)
11-
* [preview] [`ST_YMAX`](../../functions-operators/spatial-functions.md#esql-st_ymax)
12-
* [preview] [`ST_YMIN`](../../functions-operators/spatial-functions.md#esql-st_ymin)
13-
* [preview] [`ST_GEOTILE`](../../functions-operators/spatial-functions.md#esql-st_geotile)
14-
* [preview] [`ST_GEOHEX`](../../functions-operators/spatial-functions.md#esql-st_geohex)
15-
* [preview] [`ST_GEOHASH`](../../functions-operators/spatial-functions.md#esql-st_geohash)
8+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_ENVELOPE`](../../functions-operators/spatial-functions.md#esql-st_envelope)
9+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_XMAX`](../../functions-operators/spatial-functions.md#esql-st_xmax)
10+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_XMIN`](../../functions-operators/spatial-functions.md#esql-st_xmin)
11+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_YMAX`](../../functions-operators/spatial-functions.md#esql-st_ymax)
12+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_YMIN`](../../functions-operators/spatial-functions.md#esql-st_ymin)
13+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_GEOTILE`](../../functions-operators/spatial-functions.md#esql-st_geotile)
14+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_GEOHEX`](../../functions-operators/spatial-functions.md#esql-st_geohex)
15+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_GEOHASH`](../../functions-operators/spatial-functions.md#esql-st_geohash)

docs/reference/query-languages/esql/_snippets/lists/type-conversion-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
* [`TO_DATE_NANOS`](../../functions-operators/type-conversion-functions.md#esql-to_date_nanos)
77
* [`TO_DEGREES`](../../functions-operators/type-conversion-functions.md#esql-to_degrees)
88
* [`TO_DOUBLE`](../../functions-operators/type-conversion-functions.md#esql-to_double)
9-
* [preview] [`TO_GEOHASH`](../../functions-operators/type-conversion-functions.md#esql-to_geohash)
10-
* [preview] [`TO_GEOHEX`](../../functions-operators/type-conversion-functions.md#esql-to_geohex)
9+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`TO_GEOHASH`](../../functions-operators/type-conversion-functions.md#esql-to_geohash)
10+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`TO_GEOHEX`](../../functions-operators/type-conversion-functions.md#esql-to_geohex)
1111
* [`TO_GEOPOINT`](../../functions-operators/type-conversion-functions.md#esql-to_geopoint)
1212
* [`TO_GEOSHAPE`](../../functions-operators/type-conversion-functions.md#esql-to_geoshape)
13-
* [preview] [`TO_GEOTILE`](../../functions-operators/type-conversion-functions.md#esql-to_geotile)
13+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`TO_GEOTILE`](../../functions-operators/type-conversion-functions.md#esql-to_geotile)
1414
* [`TO_INTEGER`](../../functions-operators/type-conversion-functions.md#esql-to_integer)
1515
* [`TO_IP`](../../functions-operators/type-conversion-functions.md#esql-to_ip)
1616
* [`TO_LONG`](../../functions-operators/type-conversion-functions.md#esql-to_long)
1717
* [`TO_RADIANS`](../../functions-operators/type-conversion-functions.md#esql-to_radians)
1818
* [`TO_STRING`](../../functions-operators/type-conversion-functions.md#esql-to_string)
1919
* [`TO_TIMEDURATION`](../../functions-operators/type-conversion-functions.md#esql-to_timeduration)
20-
* [preview] [`TO_UNSIGNED_LONG`](../../functions-operators/type-conversion-functions.md#esql-to_unsigned_long)
20+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`TO_UNSIGNED_LONG`](../../functions-operators/type-conversion-functions.md#esql-to_unsigned_long)
2121
* [`TO_VERSION`](../../functions-operators/type-conversion-functions.md#esql-to_version)

docs/reference/query-languages/esql/limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By default, an {{esql}} query returns up to 1,000 rows. You can increase the num
3838
* `long`
3939
* `null`
4040
* `text` [family](/reference/elasticsearch/mapping-reference/text.md) including `text`, `semantic_text` and `match_only_text`
41-
* [preview] `unsigned_long`
41+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `unsigned_long`
4242
* `version`
4343
* Spatial types
4444

0 commit comments

Comments
 (0)