Skip to content

Commit

Permalink
Updated copy to reference policy and updated freeze description
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Sep 30, 2020
1 parent fe7a9b2 commit 1673ee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const i18nTexts = {
),
body: (nodeRole: NodeDataRole) =>
i18n.translate('xpack.indexLifecycleMgmt.warmPhase.dataTier.defaultAllocationNotice.warm', {
defaultMessage: 'Data in the warm phase will be allocated to {tier} tier nodes instead.',
defaultMessage:
'This policy will move data in the warm phase to {tier} tier nodes instead.',
values: { tier: i18nTextsNodeRoleToDataTier[nodeRole] },
}),
},
Expand All @@ -44,7 +45,8 @@ const i18nTexts = {
),
body: (nodeRole: NodeDataRole) =>
i18n.translate('xpack.indexLifecycleMgmt.warmPhase.dataTier.defaultAllocationNotice.cold', {
defaultMessage: 'Data in the cold phase will be allocated to {tier} tier nodes instead.',
defaultMessage:
'This policy will move data in the cold phase to {tier} tier nodes instead.',
values: { tier: i18nTextsNodeRoleToDataTier[nodeRole] },
}),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ export const ColdPhase: FunctionComponent<Props> = ({
<EuiTextColor color="subdued">
<FormattedMessage
id="xpack.indexLifecycleMgmt.editPolicy.coldPhase.freezeIndexExplanationText"
defaultMessage="A frozen index has little overhead on the cluster and is blocked for write operations.
You can search a frozen index, but expect queries to be slower."
defaultMessage="Make the index read-only and minimize its memory footprint."
/>{' '}
<LearnMoreLink docPath="frozen-indices.html" />
</EuiTextColor>
Expand Down

0 comments on commit 1673ee8

Please sign in to comment.