elastic / kibana

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

[ECO][Inventory] Move APIs to entity_manager plugin #199776

Closed cauemarcondes closed 13 hours ago

cauemarcondes commented 1 day ago

As part of our strategy to move away from materialized entities, we plan to expose APIs directly from the entity_manager plugin, rather than allowing consumers to query entities manually.

In the Inventory plugin, we currently query the *entities--latest** index directly, using ESQL, to power our UIs. We aim to start consuming the new APIs provided by the entity_manager, so that the UI remains agnostic to the underlying entity creation process.

These are the current inventory APIs we will start moving to the entity_manager plugin:

elasticmachine commented 1 day ago

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

cauemarcondes commented 13 hours ago

Closing this as the EEM team is moving fast and will have the services ready sooner than we expected, so no reason to move our stuff to their side.