Changed the CL Ouput Topic to dcae_cl_out
[holmes/rule-management.git] / rules / ccvpn-rule.drl
index 1f2d82d..2778ad1 100644 (file)
@@ -143,7 +143,7 @@ rule "Set Up Correlation"
                        if ($a.getRootFlag() != 1 && $b.getRootFlag() != 1) {
                                PolicyMsg msg = createPolicyMsg($a);
                                DmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);
-                               dmaapService.publishPolicyMsg(msg, "unauthenticated.DCAE_CL_OUTPUT");
+                               dmaapService.publishPolicyMsg(msg, "dcae_cl_out");
                                updateAaiLinkStatus(getLogicLink($a), status);
                        }
                        $a.setRootFlag(1);