You can delete syslog integrations from your Automation Orchestrator Appliance by running the vracli remote-syslog unset command.

Prerequisites

Create one or more syslog integrations in the Automation Orchestrator Appliance. See Create or overwrite a syslog integration in Automation Orchestrator.

Procedure

  1. Log in to the Automation Orchestrator Appliance command line as root.
  2. Delete syslog integrations from the Automation Orchestrator Appliance.
    1. To delete a specific syslog integration, run the vracli remote-syslog unset -id Integration_name command.
    2. To delete all syslog integrations on the Automation Orchestrator Appliance, run the vracli remote-syslog unset command without the -id flag.
      Note: By default, the Automation 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.