From 832de7202aa89cd26b0c8ab5443d3b61b3915dee Mon Sep 17 00:00:00 2001 From: shainaraskas Date: Wed, 14 Jan 2026 10:59:28 -0500 Subject: [PATCH] unblock elasticsearch backport --- .../data-store/data-streams/time-series-data-stream-tsds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-data/data-store/data-streams/time-series-data-stream-tsds.md b/manage-data/data-store/data-streams/time-series-data-stream-tsds.md index 92cd611110..3ce5f46511 100644 --- a/manage-data/data-store/data-streams/time-series-data-stream-tsds.md +++ b/manage-data/data-store/data-streams/time-series-data-stream-tsds.md @@ -78,7 +78,7 @@ To mark a field as a metric, use the `time_series_metric` mapping parameter. Thi : A metric that represents a single numeric that can arbitrarily increase or decrease. For example, a temperature or available disk space. A gauge is supported by all [numeric field types](elasticsearch://reference/elasticsearch/mapping-reference/number.md) and [`aggregate_metric_double`](elasticsearch://reference/elasticsearch/mapping-reference/aggregate-metric-double.md) (for internal use during downsampling, rarely user-populated). `histogram` {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview` -: A metric that tracks the distribution of numerical values, like latency or size distributions. A histogram is supported by [`histogram`](elasticsearch://reference/elasticsearch/mapping-reference/histogram.md) and [`exponential_histogram`](elasticsearch://reference/elasticsearch/mapping-reference/exponential-histogram.md). +: A metric that tracks the distribution of numerical values, like latency or size distributions. A histogram is supported by [`histogram`](elasticsearch://reference/elasticsearch/mapping-reference/histogram.md) and `exponential_histogram`. #### `_tsid` metadata field [tsid]