You can delete syslog integrations from your VMware Aria Automation appliance by running the vracli remote-syslog unset command.
Prerequisites
Create one or more syslog integrations in the VMware Aria Automation appliance. See How do I create or update a syslog integration in VMware Aria Automation.
Procedure
- Log in to the VMware Aria Automation appliance command line as root.
- Delete syslog integrations from the VMware Aria Automation appliance using either of the following methods:
- To delete a specific syslog integration, run the vracli remote-syslog unset -id Integration_name command.
- To delete all syslog integrations on the VMware Aria Automation appliance, run the vracli remote-syslog unset command without the -id flag.
Note: By default, the VMware Aria Automation 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.