Skip to content

Commit 28f3977

Browse files
authored
[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. Closes elastic#99044 * Remove maximum size constraint * Add reasoning for constraints
1 parent e58f4b4 commit 28f3977

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/mapping/types/keyword.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ Dimension fields have the following constraints:
165165
* The `doc_values` and `index` mapping parameters must be `true`.
166166
* Field values cannot be an <<array,array or multi-value>>.
167167
// 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:
169+
** <<ignore-above,`ignore_above`>> mapping parameter isn't supported.
170+
** The field cannot use a <<normalizer,`normalizer`>>.
170171
--
171172

172173
[[keyword-synthetic-source]]

0 commit comments

Comments
 (0)