How do I setup the O2 Universes that dependent on SOI Service so shows all alarms for said SOI service in SOI service view.
Identified the issue to be with a specific externalId in the TAS data (referenced below). The alarms query logic uses the TAS external id to form the Elasticsearch query. The presence of the "\\" meta character is breaking the regex replacement and hence the issue.
"externalId": "CUSTOM:SCOM:HOST:<host>-01\\MSSQLSERVER"
Now handling this special Characters also from proxy side.It will be available in 25.2.1 .