Skip to content

Commit

Permalink
[8.x] [Observability Onboarding] Improve wording in auto-detect descr…
Browse files Browse the repository at this point in the history
…iption (#197460) (#197627)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Observability Onboarding] Improve wording in auto-detect description
(#197460)](#197460)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Joe
Reuter","email":"johannes.reuter@elastic.co"},"sourceCommit":{"committedDate":"2024-10-24T12:21:52Z","message":"[Observability
Onboarding] Improve wording in auto-detect description
(#197460)\n\nMetrics are not stored in files, slightly adjusting the
wording","sha":"bd43cf58ddac6df88acba280794dd6ee2a63b644","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-logs","Feature:
Observability Onboarding","v8.16.0","v8.17.0"],"title":"[Observability
Onboarding] Improve wording in auto-detect
description","number":197460,"url":"https://github.com/elastic/kibana/pull/197460","mergeCommit":{"message":"[Observability
Onboarding] Improve wording in auto-detect description
(#197460)\n\nMetrics are not stored in files, slightly adjusting the
wording","sha":"bd43cf58ddac6df88acba280794dd6ee2a63b644"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197460","number":197460,"mergeCommit":{"message":"[Observability
Onboarding] Improve wording in auto-detect description
(#197460)\n\nMetrics are not stored in files, slightly adjusting the
wording","sha":"bd43cf58ddac6df88acba280794dd6ee2a63b644"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
  • Loading branch information
kibanamachine and flash1293 authored Oct 24, 2024
1 parent 59e95ef commit 3a20209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function useCustomCardsForCategory(
description: i18n.translate(
'xpack.observability_onboarding.useCustomCardsForCategory.autoDetectDescription',
{
defaultMessage: 'Scan your host for log and metric files, auto-install integrations',
defaultMessage: 'Scan your host for log files, metrics, auto-install integrations',
}
),
extraLabelsBadges: [
Expand Down

0 comments on commit 3a20209

Please sign in to comment.