You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] time_series_dimension fields do not support ignore_above (elastic#106203)
* [DOCS] `time_series_dimension` fields do not support `ignore_above`
There is existing validation for this combination of parameters but
it was not documented.
Closeselastic#99044
* Remove maximum size constraint
* Add reasoning for constraints
Copy file name to clipboardExpand all lines: docs/reference/mapping/types/keyword.asciidoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,9 @@ Dimension fields have the following constraints:
165
165
* The `doc_values` and `index` mapping parameters must be `true`.
166
166
* Field values cannot be an <<array,array or multi-value>>.
167
167
// end::dimension[]
168
-
* Field values cannot be larger than 1024 bytes.
169
-
* The field cannot use a <<normalizer,`normalizer`>>.
168
+
* Dimension values are used to identify a document’s time series. If dimension values are altered in any way during indexing, the document will be stored as belonging to different from intended time series. As a result there are additional constraints:
0 commit comments