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
|
@ -423,7 +423,7 @@ export function ConfigureLogsContent() {
|
|||
helpText={
|
||||
<FormattedMessage
|
||||
id="xpack.observability_onboarding.configureLogs.customConfig.helper"
|
||||
defaultMessage="Here YAML configuration options can be used to be added to your configuration. Be careful using this as it might break your configuration file. {learnMoreLink}"
|
||||
defaultMessage="Add YAML configuration options to your agent configuration. Be careful using this feature as it can break your configuration file. {learnMoreLink}"
|
||||
values={{
|
||||
learnMoreLink: (
|
||||
<EuiLink
|
||||
|
@ -431,7 +431,7 @@ export function ConfigureLogsContent() {
|
|||
external
|
||||
target="_blank"
|
||||
href={
|
||||
'https://www.elastic.co/guide/en/observability/current/ingest-logs-metrics-uptime.html'
|
||||
'https://www.elastic.co/guide/en/beats/filebeat/current/multiline-examples.html'
|
||||
}
|
||||
>
|
||||
{i18n.translate(
|
||||
|
|
|
@ -276,7 +276,7 @@ export function InstallElasticAgent() {
|
|||
'xpack.observability_onboarding.installElasticAgent.description',
|
||||
{
|
||||
defaultMessage:
|
||||
'To collect the data from your system and stream it to Elastic, you first need to install a shipping tool on the machine generating the logs. In this case, the shipper is an Agent developed by Elastic.',
|
||||
'To collect the data from your system and stream it to Elastic, you first need to install a shipping tool on the machine generating the logs. In this case, the shipping tool is an agent developed by Elastic.',
|
||||
}
|
||||
)}
|
||||
</p>
|
||||
|
|
|
@ -235,7 +235,7 @@ export function InstallElasticAgent() {
|
|||
'xpack.observability_onboarding.systemLogs.installElasticAgent.description',
|
||||
{
|
||||
defaultMessage:
|
||||
'To collect the data from your system and stream it to Elastic, you first need to install a shipping tool on the machine generating the logs. In this case, the shipper is an Agent developed by Elastic.',
|
||||
'To collect the data from your system and stream it to Elastic, you first need to install a shipping tool on the machine generating the logs. In this case, the shipping tool is an agent developed by Elastic.',
|
||||
}
|
||||
)}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue