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
[8.x] Add support for multi-value dimensions (#112645) (#113369)
* Add support for multi-value dimensions (#112645)
Closes#110387
Having this in now affords us not having to introduce version checks in
the ES exporter later. We can simply use the same serialization logic
for metric attributes as we do for other signals. This also enables us
to properly map `*.ip` fields to the ip field type as ip fields
containing a list of IPs are not converted to a comma-separated list.
(cherry picked from commit 8d223cb)
# Conflicts:
# server/src/main/java/org/elasticsearch/index/mapper/TimeSeriesIdFieldMapper.java
* Remove skip test for 8.x
This was just needed for 8.x to 9.0 compatibility tests
Copy file name to clipboardExpand all lines: docs/reference/mapping/types/keyword.asciidoc
-1
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,6 @@ index setting limits the number of dimensions in an index.
163
163
Dimension fields have the following constraints:
164
164
165
165
* The `doc_values` and `index` mapping parameters must be `true`.
166
-
* Field values cannot be an <<array,array or multi-value>>.
167
166
// end::dimension[]
168
167
* 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
168
** The field cannot use a <<normalizer,`normalizer`>>.
- "index template [my-dynamic-template] has index patterns [k9s*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [my-dynamic-template] will take precedence during new index creation"
0 commit comments