[Infra UI] Remove configurable fields from settings. #41786
Labels
discuss
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v8.0.0
Currently in the Infra & Logging UI users can configure the fields we use for
host
,pod
, andcontainers
. This seemed like a good idea at the beginning of the project before ECS was fully implemented. As soon as we realized that the we needed to usekubernetes.pod.uid
for the identifier andkubernetes.pod.name
for the display name, the configurable fields became problematic. Do we make every field we use configurable? Or should the user massage their data to conform to ECS at ingestion?The purpose of ECS was to create a schema that enables cross linking and making intelligent decisions about how fields relate to each other. Once we start changing fields then we have to come up with a schema of identifiers on top of ECS; this increases the complexity in favor of configurability and erodes the value of ECS.
I purpose we remove the ability to configure the aforementioned fields and solely rely on ECS. This would be a breaking change and the earliest we could do this is for 8.0, the next major release.
@tbragin @elastic/infra-logs-ui
Related Issues
The text was updated successfully, but these errors were encountered: