Cross Cluster Replication of Synonyms Sets

Hi!

I’ve been looking into the new Elasticsearch Synonyms API for managing synonyms sets, and I was wondering about its compatibility with CCR (Cross-Cluster Replication).

Specifically:

  • Is it possible to replicate synonym sets across clusters using CCR?

  • If not directly supported, are there recommended approaches or workarounds to ensure synonym sets remain synchronized between leader and follower clusters?

Any insights, best practices, or official guidance would be really appreciated! I know I could update all clusters with the same set, but it means I have to keep them in sync from the application, and it is not ideal.

Thanks in advance.