When we register the cluster, we should supply the name as the cluster's "display name", if one is set:
|
Name: clusterInfo.ClusterName, |
The cluster.metadata.display_name is a supported metadata name where tools, such as ECE, will set the name that the user has dynamically determined for the cluster. This can be used to override the unchangeable cluster.name setting.
This is set via the _cluster/settings API and is, traditionally, only concerned with the persistent setting, but naturally it could also be a transient setting (with a lot less value).