mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
53ed5186f2
commit
4bc77d633d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export const NodeContextMenu = injectUICapabilities(
|
|||
},
|
||||
{ nodeType }
|
||||
),
|
||||
href: `../app/apm#/traces?_g=()&kuery=${APM_FIELDS[nodeType]}~20~3A~20~22${node.id}~22`,
|
||||
href: `../app/apm#/traces?_g=()&kuery=${APM_FIELDS[nodeType]}:"${node.id}"`,
|
||||
'data-test-subj': 'viewApmTracesContextMenuItem',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue