- Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
Hello,
I am working with BAM and BPM domains and after adjusting my models it works. However, I can see these elements.
These elements are not part of my model and I know I can delete it from them by using
JMSServer: # TO DELETE JMS SERVERS CREATED BY DEFAULT '!BamReportCacheJmsServer_auto_1': '!BamReportCacheJmsServer_auto_2': '!BamPersistenceJmsServer_auto_1': '!BamPersistenceJmsServer_auto_2': '!BamAlertEngineJmsServer_auto_1': '!BamAlertEngineJmsServer_auto_2':
However, suffixes such as auto_[9,10,11,12,13] look totally random for my domain whose BAM cluster only has two servers.
Is there any way to delete elements by using wildcards or regular expressions? For example,
JMSServer: # TO DELETE JMS SERVERS CREATED BY DEFAULT '!BamReportCacheJmsServer_auto_*': '!BamPersistenceJmsServer_auto_*': '!BamAlertEngineJmsServer_auto_*':
Best regards,
TAM