|
@@ -47,3 +47,19 @@ If your field mappings contain a large, arbitrary set of keys, consider using th
|
|
|
It usually shouldn't be necessary to set this setting. The default is okay
|
|
|
unless a user starts to add a huge number of fields with really long names. Default is
|
|
|
`Long.MAX_VALUE` (no limit).
|
|
|
+
|
|
|
+[[index-mapping-dimension-fields-limit]]
|
|
|
+`index.mapping.dimension_fields.limit`::
|
|
|
++
|
|
|
+--
|
|
|
+experimental:[] (<<dynamic-index-settings,Dynamic>>, integer)
|
|
|
+
|
|
|
+.For internal use by Elastic only.
|
|
|
+[%collapsible]
|
|
|
+====
|
|
|
+Maximum number of time series dimensions for the index. Defaults to `16`.
|
|
|
+
|
|
|
+You can mark a field as a dimension using the `time_series_dimension` mapping
|
|
|
+parameter.
|
|
|
+====
|
|
|
+--
|