Open simianhacker opened 1 year ago
Pinging @elastic/actionable-observability (Team: Actionable Observability)
@simianhacker What is the difference between using getIndexPattern
and directly accessing the title
?
@maryam-saeidi They are essentially the same thing... title
is set to whatever you have chosen for the index pattern. For example, if I was creating a new DataView
called Metricbeat Indices
and I set the index pattern to metricbeat-*
, the title
attribute would be metricbeat-*
and the name
would be Metricbeat Indices
. I believe the Kibana team is trying to undo this by depreciating accessing these "legacy" fields directly and moving people to use the accessor methods like getindexPattern
or getName
.
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)
@mgiota Are you working on this issue, or shall we remove you from assignees?
We need to update the following files to stop accessing the
title
attribute directly: