Policy rule updates pushed to all Production ORGs in the Carbon Black Cloud can be updated or rolled back to different versions by manually applying the .json formatted files to the sensor with a REPCLI command to troubleshoot issues.
Policy rule updates can potentially cause performance issues if not written correctly, and they cannot be edited by any built-in mechanism other than changing to another version.
To troubleshoot policy rule performance related issues:
cd c:\program files\confer
repcli unlock <uninstall-code>
repcli bypass 1
repcli addpolicy psc c:\test\<policyname>.json-<versionnumber>
repcli cloud disableupdates 1
repcli bypass 0