[ILM] Update doc links (#87216)

This commit is contained in:
Alison Goryachev 2021-01-06 08:22:20 -05:00 committed by GitHub
parent 9b3e645542
commit c012977eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -178,7 +178,7 @@ export const ColdPhase: FunctionComponent = () => {
id="xpack.indexLifecycleMgmt.editPolicy.coldPhase.freezeIndexExplanationText"
defaultMessage="Make the index read-only and minimize its memory footprint."
/>{' '}
<LearnMoreLink docPath="frozen-indices.html" />
<LearnMoreLink docPath="ilm-freeze.html" />
</EuiTextColor>
}
fullWidth

View file

@ -114,7 +114,7 @@ export const HotPhase: FunctionComponent = () => {
defaultMessage="Learn more"
/>
}
docPath="indices-rollover-index.html"
docPath="ilm-rollover.html"
/>
</p>
</EuiTextColor>
@ -165,7 +165,7 @@ export const HotPhase: FunctionComponent = () => {
content={
<FormattedMessage
id="xpack.indexLifecycleMgmt.editPolicy.hotPhase.enableRolloverTipContent"
defaultMessage="Roll over to a new index when the
defaultMessage="Roll over to a new index when the
current index meets one of the defined conditions."
/>
}

View file

@ -43,7 +43,7 @@ export const ForcemergeField: React.FunctionComponent<Props> = ({ phase }) => {
id="xpack.indexLifecycleMgmt.editPolicy.forceMerge.enableExplanationText"
defaultMessage="Reduce the number of segments in your shard by merging smaller files and clearing deleted ones."
/>{' '}
<LearnMoreLink docPath="indices-forcemerge.html" />
<LearnMoreLink docPath="ilm-forcemerge.html" />
</EuiTextColor>
}
titleSize="xs"

View file

@ -36,7 +36,7 @@ export const SetPriorityInputField: FunctionComponent<Props> = ({ phase }) => {
defaultMessage="Set the priority for recovering your indices after a node restart.
Indices with higher priorities are recovered before indices with lower priorities."
/>{' '}
<LearnMoreLink docPath="recovery-prioritization.html" />
<LearnMoreLink docPath="ilm-set-priority.html" />
</EuiTextColor>
}
titleSize="xs"

View file

@ -37,7 +37,7 @@ export const ShrinkField: FunctionComponent<Props> = ({ phase }) => {
id="xpack.indexLifecycleMgmt.editPolicy.shrinkIndexExplanationText"
defaultMessage="Shrink the index into a new index with fewer primary shards."
/>{' '}
<LearnMoreLink docPath="indices-shrink-index.html#indices-shrink-index" />
<LearnMoreLink docPath="ilm-shrink.html" />
</EuiTextColor>
}
titleSize="xs"