How to rename indices to use multiple UCMs access the same ElasticSearch? All UCM should have it's respective indexes and not replicate the contents. All UCM ES indices, by default, have an es<#>_ prefix.
Like:
es1_public
es1_secure
es2_public
es2_secure
The customization would be to rename the prefix, like:
wcc1_public
wcc1_secure
@srinath-menon-oracle