On the Inventory table we use the entity.displayName field on the Entity name column. But for Service type entities this value might be formated like service.name:service.environement.
On this PR we are adding a temporary solution, where we split the name by : and pass it to APM.
A better approach would be using the entity.identityFields and get the values from the metadata.
On this issue https://github.com/elastic/kibana/issues/192676 we want to link Entity types to their specific pages (APM/Host/Container).
On the Inventory table we use the
entity.displayName
field on the Entity name column. But forService
type entities this value might be formated likeservice.name:service.environement
.On this PR we are adding a temporary solution, where we split the name by
:
and pass it to APM.A better approach would be using the
entity.identityFields
and get the values from the metadata.