elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.65k stars 8.23k forks source link

[Inventory][ECO] Return metadata values #194131

Closed cauemarcondes closed 1 month ago

cauemarcondes commented 1 month ago

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 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.

elasticmachine commented 1 month ago

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

cauemarcondes commented 1 month ago

closed by https://github.com/elastic/kibana/pull/195204