mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Logs+] Update UX copy for logs onboarding (#166993)
## Summary This PR closes [Issue 3236](https://github.com/elastic/observability-docs/issues/3236). I've added some suggestions for UX copy in the logs onboarding. ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Yngrid Coello <yngrid.coello@elastic.co>
This commit is contained in:
parent
2714e3e221
commit
1980beecf3
4 changed files with 16 additions and 6 deletions
|
@ -125,6 +125,16 @@ export const CreateCustomIntegrationForm = ({
|
|||
{i18n.translate('customIntegrationsPackage.create.configureIntegrationDescription', {
|
||||
defaultMessage: 'Configure integration',
|
||||
})}
|
||||
<EuiSpacer size="xs" />
|
||||
<EuiText size="xs" color="subdued">
|
||||
{i18n.translate(
|
||||
'customIntegrationsPackage.create.configureIntegrationDescription.helper',
|
||||
{
|
||||
defaultMessage:
|
||||
'Elastic creates an integration to streamline connecting your log data to the Elastic Stack.',
|
||||
}
|
||||
)}
|
||||
</EuiText>
|
||||
</p>
|
||||
</EuiText>
|
||||
<EuiSpacer size="l" />
|
||||
|
@ -143,7 +153,7 @@ export const CreateCustomIntegrationForm = ({
|
|||
'customIntegrationsPackage.create.integration.name.tooltip',
|
||||
{
|
||||
defaultMessage:
|
||||
'Provide a name for the integration that will be created to organise these custom logs.',
|
||||
'The name of the integration that will be created to organize your custom logs.',
|
||||
}
|
||||
)}
|
||||
position="right"
|
||||
|
@ -187,7 +197,7 @@ export const CreateCustomIntegrationForm = ({
|
|||
<EuiIconTip
|
||||
content={i18n.translate('customIntegrationsPackage.create.dataset.name.tooltip', {
|
||||
defaultMessage:
|
||||
'Provide a dataset name to help organise these custom logs. This dataset will be associated with the integration. ',
|
||||
'The name of the dataset associated with this integration. This will be part of the Elasticsearch data stream name ',
|
||||
})}
|
||||
position="right"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue