Skip to content

Commit dd81287

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

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
@@ -326,22 +326,6 @@ The final pipeline always runs after the request pipeline (if specified) and
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-
experimental:[]
334-
335-
.For internal use by Elastic only.
336-
[%collapsible]
337-
====
338-
Maximum number of time series dimensions for the index. Defaults to `16`.
339-
340-
You can mark a field as a dimension using the `time_series_dimension` mapping
341-
parameter.
342-
====
343-
--
344-
345329
[[index-hidden]] `index.hidden`::
346330

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