Update code relying on hardcoded .monitoring template versions #121251
Labels
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v8.0.0
Parent #120825
In 8.x, Metricbeat will be writing its data in ECS compliant format. In order for stack monitoring to continue to support the legacy data format, new mappings have been created with the new ECS fields for indexing data, and alias fields for the legacy format which point to the corresponding ECS fields. See elastic/elasticsearch#81744
These new mappings will target a version 8 of the
.monitoring-{product}-{version}
indices and we need some updates to support that.metricbeat.MakeXPackMonitoringIndexName
to target version 8bump index name version beats#29493
(optional) since the new indices won't be suffixed by-mb
anymore, we should look into what this constant is used for and adapt the codepaths that relies on it.The text was updated successfully, but these errors were encountered: