Skip to content

Commit

Permalink
Update 'APM' to 'Applications' in Platform nav and Kibana Search
Browse files Browse the repository at this point in the history
  • Loading branch information
kyracho committed Nov 15, 2024
1 parent d6e6145 commit 4b65cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/observability_solution/apm/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,12 +350,13 @@ export class ApmPlugin implements Plugin<ApmPluginSetup, ApmPluginStart> {

core.application.register({
id: 'apm',
title: 'APM',
title: 'Applications',
order: 8300,
euiIconType: 'logoObservability',
appRoute: '/app/apm',
icon: 'plugins/apm/public/icon.svg',
category: DEFAULT_APP_CATEGORIES.observability,
keywords: ['Applications', 'APM'],
deepLinks: [
{
id: 'service-groups-list',
Expand Down

0 comments on commit 4b65cec

Please sign in to comment.