[ML] Add latest transform to intro text (#94039)

This commit is contained in:
Lisa Cawley 2021-03-10 13:01:12 -08:00 committed by GitHub
parent 68adc48c7e
commit fb199e3584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -105,7 +105,7 @@ export const TransformManagement: FC = () => {
<EuiText color="subdued">
<FormattedMessage
id="xpack.transform.transformList.transformDescription"
defaultMessage="Use transforms to pivot existing Elasticsearch indices into summarized or entity-centric indices."
defaultMessage="Use transforms to pivot existing Elasticsearch indices into summarized entity-centric indices or to create an indexed view of the latest documents for fast access."
/>
</EuiText>
</EuiTitle>

View file

@ -20,7 +20,7 @@ export const registerFeature = (home: HomePublicPluginSetup) => {
}),
description: i18n.translate('xpack.transform.transformsDescription', {
defaultMessage:
'Use transforms to pivot existing Elasticsearch indices into summarized or entity-centric indices.',
'Use transforms to pivot existing Elasticsearch indices into summarized entity-centric indices or to create an indexed view of the latest documents for fast access.',
}),
icon: 'managementApp', // there is currently no Transforms icon, so using the general management app icon
path: '/app/management/data/transform',