mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
b149dd01e0
commit
177ddab4fe
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ export const SetPriorityInput = props => {
|
|||
<EuiTextColor color="subdued">
|
||||
<FormattedMessage
|
||||
id="xpack.indexLifecycleMgmt.editPolicy.warmPhase.indexPriorityExplanationText"
|
||||
defaultMessage="Determine the order in which your indices are recovered.
|
||||
Indices with higher values for index priority are recovered before indices with lower values."
|
||||
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" />
|
||||
</EuiTextColor>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue