@@ -170,26 +170,45 @@ The following parameters are accepted by numeric types:
170
170
the <<mapping-source-field,`_source`>> field. Accepts `true` or `false`
171
171
(default).
172
172
173
- include::keyword.asciidoc[tag=dimension]
173
+ `time_series_dimension`::
174
174
+
175
+ --
176
+ experimental:[]
177
+ (Optional, Boolean)
178
+
179
+ .For internal use by Elastic only.
180
+ [%collapsible]
181
+ ====
182
+ include::keyword.asciidoc[tag=dimension]
183
+
175
184
Of the numeric field types, only `byte`, `short`, `integer`, `long`, and
176
185
`unsigned_long` fields support this parameter.
177
- +
186
+
178
187
A numeric field can't be both a time series dimension and a time series metric.
188
+ ====
189
+ --
179
190
180
- // tag::time_series_metric[]
181
191
`time_series_metric`::
192
+ +
193
+ --
182
194
experimental:[]
183
- (Optional, string) For internal use by Elastic only. Marks the field as a time
184
- series metric. The value is the metric type. Defaults to `null` (Not a time
185
- series metric).
195
+ (Optional, string)
196
+
197
+ .For internal use by Elastic only.
198
+ [%collapsible]
199
+ ====
200
+ // tag::time_series_metric[]
201
+ Marks the field as a time series metric. The value is the metric type. Defaults
202
+ to `null` (Not a time series metric).
186
203
// end::time_series_metric[]
187
- +
204
+
188
205
For numeric fields, this parameter accepts `gauge` and `counter`. You can't
189
206
update this parameter for existing fields.
190
- +
207
+
191
208
For a numeric time series metric, the `doc_values` parameter must be `true`. A
192
209
numeric field can't be both a time series dimension and a time series metric.
210
+ ====
211
+ --
193
212
194
213
[[scaled-float-params]]
195
214
==== Parameters for `scaled_float`
0 commit comments