cluster log-forwarding delete
Delete a log forwarding destination
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The cluster log-forwarding delete command deletes log forwarding destinations for remote logging.
Parameters
- -destination <Remote InetAddress> - Destination Host
- Host name or IPv4 or IPv6 address of the server to delete the forwarding entry for.
- -port <integer> - Destination Port
- The port that the destination server listen on.
Examples
This example deletes the forwarding of all logs to the server at address 1.1.1.1, port 514.
cluster1::> cluster log-forwarding delete -destination 1.1.1.1 -port 514
Give documentation feedback