Finding the meter configuration and log files

To find the meter configuration file

Use the meter configuration file to perform advanced customization operations. The file format is standard JSON.

To view the meter configuration, run truesight-meter --dump-meter-conf > ~/config.html and open the file in your browser.

Operating systemOS versionMeter versionFile path
Unix/LinuxNANA
/etc/truesight/meter.conf
Windows32-bit32-bit
\Program Files\truesight\meter.conf
Windows64-bit64-bit
\Program Files\truesight\meter.conf
Windows64-bit64-bit
\Program Files(x86)\truesight\meter.conf

To find the meter log file

The location of the logs vary depending on your operating system and configuration.

For Linux and Unix environments, TrueSight Intelligence writes to the local syslog using the standard LOG_DAEMON facility. To see TrueSight Intelligence specific entries, run one of the following commands depending on your platform:

  • Centos/Red Hat: tail -f /var/log/messages | grep truesight
  • Debian: tail -f /var/log/messages | grep truesight
  • Ubuntu: tail -f /var/log/syslog | grep truesight

When running on Microsoft Windows, the TrueSight Intelligence meter writes to an Application event log called TrueSight. For installer specific errors, please check the Windows Event Viewer.

Was this page helpful? Yes No Submitting... Thank you

Comments