Skip to content

Commit 52ae866

Browse files
[8.x] [Dataset Quality] Add new doc link for mapping limits (#194156) (#194178)
# Backport This will backport the following commits from `main` to `8.x`: - [[Dataset Quality] Add new doc link for mapping limits (#194156)](#194156) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Achyut Jhunjhunwala","email":"achyut.jhunjhunwala@elastic.co"},"sourceCommit":{"committedDate":"2024-09-26T15:44:58Z","message":"[Dataset Quality] Add new doc link for mapping limits (#194156)\n\n## Summary\r\n\r\nAs part of this\r\n[issue](#190330), we need to add\r\nlink to the Elasticsearch Mapping Settings Limit page here -\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-settings-limit.html\r\n\r\nNot to mix this change with my original PR, creating a separate PR here","sha":"7d667f3c9d5ec26340906fcb6bbe34d889e78f74","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"[Dataset Quality] Add new doc link for mapping limits","number":194156,"url":"https://github.com/elastic/kibana/pull/194156","mergeCommit":{"message":"[Dataset Quality] Add new doc link for mapping limits (#194156)\n\n## Summary\r\n\r\nAs part of this\r\n[issue](#190330), we need to add\r\nlink to the Elasticsearch Mapping Settings Limit page here -\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-settings-limit.html\r\n\r\nNot to mix this change with my original PR, creating a separate PR here","sha":"7d667f3c9d5ec26340906fcb6bbe34d889e78f74"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194156","number":194156,"mergeCommit":{"message":"[Dataset Quality] Add new doc link for mapping limits (#194156)\n\n## Summary\r\n\r\nAs part of this\r\n[issue](#190330), we need to add\r\nlink to the Elasticsearch Mapping Settings Limit page here -\r\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-settings-limit.html\r\n\r\nNot to mix this change with my original PR, creating a separate PR here","sha":"7d667f3c9d5ec26340906fcb6bbe34d889e78f74"}}]}] BACKPORT--> Co-authored-by: Achyut Jhunjhunwala <achyut.jhunjhunwala@elastic.co>
1 parent 8125595 commit 52ae866

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/kbn-doc-links/src/get_doc_links.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
425425
mappingPositionIncrementGap: `${ELASTICSEARCH_DOCS}position-increment-gap.html`,
426426
mappingRankFeatureFields: `${ELASTICSEARCH_DOCS}rank-feature.html`,
427427
mappingRouting: `${ELASTICSEARCH_DOCS}mapping-routing-field.html`,
428+
mappingSettingsLimit: `${ELASTICSEARCH_DOCS}mapping-settings-limit.html`,
428429
mappingSimilarity: `${ELASTICSEARCH_DOCS}similarity.html`,
429430
mappingSourceFields: `${ELASTICSEARCH_DOCS}mapping-source-field.html`,
430431
mappingSourceFieldsDisable: `${ELASTICSEARCH_DOCS}mapping-source-field.html#disable-source-field`,

0 commit comments

Comments
 (0)