You can configure VAST Cluster to send logs of events to a syslog service running on any remote Linux host. To do this, you need to enable the communication protocol on the syslog service and configure the VMS syslog settings.
To configure the VMS to send events to syslog:
-
To configure syslog server settings using the VAST Web UI, see Default Action Settings
-
To configure syslog server settings using the VAST CLI, run
eventdefinitionconfig modify.
For example:eventdefinitionconfig modify --syslog-host 192.0.2.0 --syslog-port 514 --syslog-protocol udp --enable-actions
Note
In this example, the option
--enable-actions
enables all configured default actions including syslog. They are enabled by default, but can be disabled. To view the current configuration and status of all default alarm actions, runeventdefinitionconfig show
oreventdefinitionconfig list
.
Comments
0 comments
Article is closed for comments.