Skip to content

Commit f4d45b9

Browse files
authored
[DOCS] Relocate index.mapping.dimension_fields.limit setting docs (#80964) (#80965)
Moves `index.mapping.dimension_fields.limit` so that its co-located with other mapping limit settings.
1 parent 8cd2a1d commit f4d45b9

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docs/reference/index-modules.asciidoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -329,22 +329,6 @@ indicates no ingest pipeline will run.
329329
NOTE: You can't use a final pipeline to change the `_index` field. If the
330330
pipeline attempts to change the `_index` field, the indexing request will fail.
331331

332-
[[index-mapping-dimension-fields-limit]]
333-
`index.mapping.dimension_fields.limit`::
334-
+
335-
--
336-
experimental:[]
337-
338-
.For internal use by Elastic only.
339-
[%collapsible]
340-
====
341-
Maximum number of time series dimensions for the index. Defaults to `16`.
342-
343-
You can mark a field as a dimension using the `time_series_dimension` mapping
344-
parameter.
345-
====
346-
--
347-
348332
[[index-hidden]] `index.hidden`::
349333

350334
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)