Skip to content

Commit 6cc295f

Browse files
authored
[DOCS] Relocate index.mapping.dimension_fields.limit setting docs (#80964) (#80967)
Moves `index.mapping.dimension_fields.limit` so that its co-located with other mapping limit settings. # Conflicts: # docs/reference/index-modules.asciidoc
1 parent 0c4c72e commit 6cc295f

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

docs/reference/index-modules.asciidoc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -326,19 +326,6 @@ Defaults to `*`, which matches all fields eligible for
326326
the default pipeline (if it exists). The special pipeline name `_none`
327327
indicates no ingest pipeline will run.
328328

329-
[[index-mapping-dimension-fields-limit]]
330-
`index.mapping.dimension_fields.limit`::
331-
+
332-
--
333-
.For internal use by Elastic only.
334-
[%collapsible]
335-
====
336-
Maximum number of time series dimensions for the index. Defaults to `16`.
337-
338-
You can mark a field as a dimension using the `dimension` mapping parameter.
339-
====
340-
--
341-
342329
[[index-hidden]] `index.hidden`::
343330

344331
Indicates whether the index should be hidden by default. Hidden indices are not

docs/reference/mapping/mapping-settings-limit.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,19 @@ If your field mappings contain a large, arbitrary set of keys, consider using th
4747
It usually shouldn't be necessary to set this setting. The default is okay
4848
unless a user starts to add a huge number of fields with really long names. Default is
4949
`Long.MAX_VALUE` (no limit).
50+
51+
[[index-mapping-dimension-fields-limit]]
52+
`index.mapping.dimension_fields.limit`::
53+
+
54+
--
55+
experimental:[] (<<dynamic-index-settings,Dynamic>>, integer)
56+
57+
.For internal use by Elastic only.
58+
[%collapsible]
59+
====
60+
Maximum number of time series dimensions for the index. Defaults to `16`.
61+
62+
You can mark a field as a dimension using the `time_series_dimension` mapping
63+
parameter.
64+
====
65+
--

0 commit comments

Comments
 (0)