Skip to content

Commit e8b72b7

Browse files
authored
Remove remaining tsdb tech preview labels (#95563) (#95566)
Remove tech preview label from a number of tsdb settings and mapping attributes.
1 parent c32607d commit e8b72b7

File tree

7 files changed

+14
-16
lines changed

7 files changed

+14
-16
lines changed

docs/reference/data-streams/tsds-index-settings.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@ following index settings.
66

77
[[index-mode]]
88
`index.mode`::
9-
preview:[] (<<_static_index_settings,Static>>, string) Mode for the index.
9+
(<<_static_index_settings,Static>>, string) Mode for the index.
1010
Valid values are <<time-series-mode,`time_series`>> and `null` (no mode).
1111
Defaults to `null`.
1212

1313
[[index-time-series-start-time]]
1414
`index.time_series.start_time`::
15-
preview:[] (<<_static_index_settings,Static>>, string) Earliest `@timestamp`
15+
(<<_static_index_settings,Static>>, string) Earliest `@timestamp`
1616
value (inclusive) accepted by the index. Only indices with an `index.mode` of
1717
<<time-series-mode,`time_series`>> support this setting. For more information,
1818
refer to <<time-bound-indices>>.
1919

2020
[[index-time-series-end-time]]
2121
`index.time_series.end_time`::
22-
preview:[] (<<dynamic-index-settings,Dynamic>>, string) Latest `@timestamp`
22+
(<<dynamic-index-settings,Dynamic>>, string) Latest `@timestamp`
2323
value (exclusive) accepted by the index. Only indices with an `index.mode` of
2424
`time_series` support this setting. For more information, refer to
2525
<<time-bound-indices>>.
2626

2727
[[index-look-ahead-time]]
2828
`index.look_ahead_time`::
29-
preview:[] (<<_static_index_settings,Static>>, <<time-units,time units>>)
29+
(<<_static_index_settings,Static>>, <<time-units,time units>>)
3030
Interval used to calculate the `index.time_series.end_time` for a TSDS's write
3131
index. Defaults to `2h` (2 hours). Accepts `1m` (one minute) to `7d` (seven
3232
days). Only indices with an `index.mode` of `time_series` support this setting.
3333
For more information, refer to <<tsds-look-ahead-time>>. Additionally this setting
3434
can not be less than `time_series.poll_interval` cluster setting.
3535

36-
[[index-routing-path]] `index.routing_path`:: preview:[]
36+
[[index-routing-path]] `index.routing_path`::
3737
(<<_static_index_settings,Static>>, string or array of strings) Plain `keyword`
3838
fields used to route documents in a TSDS to index shards. Supports wildcards
3939
(`*`). Only indices with an `index.mode` of `time_series` support this setting.
@@ -44,7 +44,7 @@ more information, refer to <<dimension-based-routing>>.
4444
[[index-mapping-dimension-fields-limit]]
4545
// tag::dimensions-limit[]
4646
`index.mapping.dimension_fields.limit`::
47-
preview:[] (<<dynamic-index-settings,Dynamic>>, integer)
47+
(<<dynamic-index-settings,Dynamic>>, integer)
4848
Maximum number of <<time-series-dimension,time series dimensions>> for the
4949
index. Defaults to `16`.
50-
// end::dimensions-limit[]
50+
// end::dimensions-limit[]

docs/reference/indices/put-index-template.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ See <<create-index-template,create an index template>>.
112112
`false`.
113113
114114
`index_mode`::
115-
preview:[] (Optional, string) Type of data stream to create. Valid values are `null`
115+
(Optional, string) Type of data stream to create. Valid values are `null`
116116
(regular data stream) and `time_series` (<<tsds,time series data stream>>).
117117
+
118118
If `time_series`, each backing index has an `index.mode` index setting of

docs/reference/mapping/types/aggregate-metric-double.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Default metric sub-field to use for queries, scripts, and aggregations that
5858
don't use a sub-field. Must be a value from the `metrics` array.
5959

6060
`time_series_metric`::
61-
preview:[] (Optional, string)
61+
(Optional, string)
6262
include::numeric.asciidoc[tag=time_series_metric]
6363
+
6464
.Valid `time_series_metric` values for `aggregate_metric_double` fields

docs/reference/mapping/types/ip.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following parameters are accepted by `ip` fields:
9595
(default).
9696

9797
`time_series_dimension`::
98-
preview:[] (Optional, Boolean)
98+
(Optional, Boolean)
9999
+
100100
--
101101
include::keyword.asciidoc[tag=dimension]

docs/reference/mapping/types/keyword.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The following parameters are accepted by `keyword` fields:
149149
Accepts `true` or `false` (default).
150150

151151
`time_series_dimension`::
152-
preview:[] (Optional, Boolean)
152+
(Optional, Boolean)
153153
+
154154
--
155155
// tag::dimension[]

docs/reference/mapping/types/numeric.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The following parameters are accepted by numeric types:
179179
(default).
180180

181181
`time_series_dimension`::
182-
preview:[] (Optional, Boolean)
182+
(Optional, Boolean)
183183
+
184184
--
185185
include::keyword.asciidoc[tag=dimension]
@@ -191,7 +191,7 @@ A numeric field can't be both a time series dimension and a time series metric.
191191
--
192192

193193
`time_series_metric`::
194-
preview:[] (Optional, string)
194+
(Optional, string)
195195
// tag::time_series_metric[]
196196
Marks the field as a <<time-series-metric,time series metric>>. The value is the
197197
metric type. You can't update this parameter for existing fields.

docs/reference/search/field-caps.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailab
7575

7676
`include_unmapped`::
7777
(Optional, Boolean) If `true`, unmapped fields that are mapped in one index but not in another are included in the response. Fields that don't have any mapping are never included.
78-
Defaults to `false`.
78+
Defaults to `false`.
7979

8080
`filters`::
8181
(Optional, string) Comma-separated list of filters to apply to the response.
@@ -136,12 +136,10 @@ field types are all described as the `keyword` type family.
136136
Whether this field can be aggregated on all indices.
137137

138138
`time_series_dimension`::
139-
preview:[]
140139
Whether this field is used as a time series dimension on all indices.
141140
For non-time-series indices this field is not present.
142141

143142
`time_series_metric`::
144-
preview:[]
145143
Contains the metric type if the field is used as a time series metric on all indices, absent if the field is
146144
not used as a metric. For non-time-series indices this field is not included.
147145

0 commit comments

Comments
 (0)