Configuring event forwarding
Array-level events generated by XIV® can be forwarded by the IBM® Spectrum Control Base Edition to the VMware vRealize Log Insight for monitoring and analysis.
Procedure
To configure event forwarding:
Example
if $programname == 'array_events' then ?ISISLogFileName;ISISLogFormat
& @@9.151.163.122:514
& ~
To relay the XIV events to the VMware vRealize Log Insight server with IP address
9.151.163.122 via UDP port 514 without writing them to the local log
file, enter the following:if $programname == ’array_events’ then @@9.151.163.122:514
& ~