mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update index settings link for Snapshot and Restore (#112597)
Updates the docs help link for index settings in the Snapshot and Restore feature. Currently, the link points to https://www.elastic.co/guide/en/elasticsearch/reference/7.14/snapshots-restore-snapshot.html#change-index-settings-during-restore, which primarily documents related restore snapshot API parameters. With elastic/elasticsearch#76929, this section was removed. The new link covers all available index settings, which is a bit more relevant.
This commit is contained in:
parent
04e5a15464
commit
fd0f42386f
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ export class DocLinksService {
|
|||
},
|
||||
snapshotRestore: {
|
||||
guide: `${KIBANA_DOCS}snapshot-repositories.html`,
|
||||
changeIndexSettings: `${ELASTICSEARCH_DOCS}snapshots-restore-snapshot.html#change-index-settings-during-restore`,
|
||||
changeIndexSettings: `${ELASTICSEARCH_DOCS}index-modules.html`,
|
||||
createSnapshot: `${ELASTICSEARCH_DOCS}snapshots-take-snapshot.html`,
|
||||
getSnapshot: `${ELASTICSEARCH_DOCS}get-snapshot-api.html`,
|
||||
registerSharedFileSystem: `${ELASTICSEARCH_DOCS}snapshots-register-repository.html#snapshots-filesystem-repository`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue