Skip to content

Commit

Permalink
address index templates feedback (elastic#71353)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Jul 10, 2020
1 parent 9537a82 commit 781220e
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,21 @@ function getFieldsMeta(esDocsBase: string) {
description: (
<FormattedMessage
id="xpack.idxMgmt.templateForm.stepLogistics.dataStreamDescription"
defaultMessage="Wheter indices that match the index patterns should automatically create a data stream. {docsLink}"
defaultMessage="Create a data stream instead of an index. {docsLink}"
values={{
docsLink: (
<>
<br />
<EuiLink href={`${esDocsBase}/data-streams.html`} target="_blank">
{i18n.translate(
'xpack.idxMgmt.templateForm.stepLogistics.dataStreamDocumentionLink',
{
defaultMessage: 'Learn more about data streams.',
}
)}
</EuiLink>
</>
<EuiLink
href={documentationService.getDataStreamsDocumentationLink()}
target="_blank"
external
>
{i18n.translate(
'xpack.idxMgmt.templateForm.stepLogistics.dataStreamDocumentionLink',
{
defaultMessage: 'Learn more about data streams.',
}
)}
</EuiLink>
),
}}
/>
Expand Down

0 comments on commit 781220e

Please sign in to comment.