You can delete syslog integrations from your vRealize Orchestrator Appliance by running the vracli remote-syslog unset command.
Prerequisites
Create one or more syslog integrations in the vRealize Orchestrator Appliance. See Create or Overwrite a Syslog Integration in vRealize Orchestrator.
Procedure
- Log in to the vRealize Orchestrator Appliance command line as root.
- Delete syslog integrations from the vRealize Orchestrator Appliance.
- To delete a specific syslog integration, run the vracli remote-syslog unset -id Integration_name command.
- To delete all syslog integrations on the vRealize Orchestrator Appliance, run the vracli remote-syslog unset command without the -id flag.
Note: By default, the vRealize Orchestrator Appliance requests that you confirm that you want to delete all syslog integrations. To skip the confirmation request, add the -f or --force flag to the vracli remote-syslog unset command.