We currently have a service visual overview page which is displaying the service definition path and its assigned resources.
As you'll be able to see in the below presented screenshot, the source resource is a contributing service as well as the 2 transport service blocks. The default names of these blocks are quite long and not that userfriendly to the operators, therefore i would like to use regex to limit the presented name to only a part of the actual full object name.
Would this be possible to configure? If so, any guidance to how to do this would be much appreciated.
Unfortunately this is currently not possible. The limitation of the [RegexReplace:] placeholder is that it can only contain other placeholders or static text. In this case, we want to push a dynamic value from the text to the placeholder. I believe this could be a powerful extension to the Visual Overview framework. If required, a task could be created for this.