Change cluster name

Is there a way to change a cluster name or a node name in ECE?

The thing is that the autogenerated name is being logged into monitoring cluster and having many ES clusters with these guid names leads to confusion when working with Kibana Monitoring tab since it's hard to identify which cluster the id belongs to. It would be better to use a human-friendly name instead.

We created an ingest pipeline to add the real cluster name to each and every logged record so that at least our dashboards show meaningful name, but I'd prefer an out of box solution as this one might have some serious performance implications.

Thanks

Unfortunately there isn't a way to change the cluster name - it's an oft-requested feature that is working its way through our roadmap

The specific "UUID in monitoring" issue is simpler than the general "cluster alias" issue, and we've been waiting for a new ES/Kibana change to occur to allow overrides to what monitoring displays. This has now happened, as of 6.6 (https://github.com/elastic/elasticsearch/pull/33325, https://github.com/elastic/elasticsearch/issues/33691, and https://github.com/elastic/kibana/issues/23022) and we have support for it slated in ECE 2.2 (but it's not a blocker so it might appear in a 2.2 minor or later)

in the meantime you can use the direct ES-level support as linked above as a slightly inconvenient workaround

Alex

ps (On the general "cluster alias" issue currently the workaround that people use is to put nginx in front of the proxies and map from the aliases to the cluster ids in there)

Thanks Alex,

I'm happy to hear this is a feature going to be released soon.

Ondrej

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.