mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.16`: - [[Observability Onboarding] Improve wording in auto-detect description (#197460)](https://github.com/elastic/kibana/pull/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>
This commit is contained in:
parent
bb60ea6107
commit
79a251d6eb
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue