From f0697597678fbfa80c52db4ddfbc7487cb0c04db Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Tue, 23 Nov 2021 14:51:28 -0500 Subject: [PATCH] [DOCS] Relocate `index.mapping.dimension_fields.limit` setting docs (#80964) Moves `index.mapping.dimension_fields.limit` so that its co-located with other mapping limit settings. --- docs/reference/index-modules.asciidoc | 16 ---------------- .../mapping/mapping-settings-limit.asciidoc | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/reference/index-modules.asciidoc b/docs/reference/index-modules.asciidoc index fb0a0434e4f85..bbf3d6eda71e3 100644 --- a/docs/reference/index-modules.asciidoc +++ b/docs/reference/index-modules.asciidoc @@ -326,22 +326,6 @@ The final pipeline always runs after the request pipeline (if specified) and the default pipeline (if it exists). The special pipeline name `_none` indicates no ingest pipeline will run. -[[index-mapping-dimension-fields-limit]] -`index.mapping.dimension_fields.limit`:: -+ --- -experimental:[] - -.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. -==== --- - [[index-hidden]] `index.hidden`:: Indicates whether the index should be hidden by default. Hidden indices are not diff --git a/docs/reference/mapping/mapping-settings-limit.asciidoc b/docs/reference/mapping/mapping-settings-limit.asciidoc index 9099b3029a7f2..5e7a888949ea7 100644 --- a/docs/reference/mapping/mapping-settings-limit.asciidoc +++ b/docs/reference/mapping/mapping-settings-limit.asciidoc @@ -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:[] (<>, 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. +==== +--