mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Add latest transform to intro text (#94039)
This commit is contained in:
parent
68adc48c7e
commit
fb199e3584
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue