Skip to main content

IHV Audit Trail - Linux - Knowledgebase / Products / Industrial HiVision - Belden Support Center

IHV Audit Trail - Linux

As of v6.0 IHV logs events to the Linux SysLog.
The events include:

  • Log in and out of Industrial HiVision
  • Any action which results in an SNMP Set Request being sent to a device, including the MIB variable that was set, and the new value
  • Any actions from HiDiscovery within Industrial HiVision
  • Start of external applications
  • All actions for which the "Edit Mode" is needed

 Copy link to   to clipboard

Edit syslog.conf
Copy link to Edit syslog.conf to clipboard

In this example it is rsyslog.conf file present in /etc/ folder
Edit/uncomment the following lines:

  1. provides UDP syslog reception
    $ModLoad imudp
    $UDPServerRun 514

Restart rsyslogd in order to apply the changes

 Copy link to   to clipboard

SysLog File
Copy link to SysLog File to clipboard

tail -f /var/log/syslog |grep Industrial