Initializing help system before first use

Change Logging

When enabled, change logging writes changes made by users to a WildFly log file on the server.
Log file records are written in the following format:
<timestamp> <scenario guid> <path to scenario> <user> entity-update <entities updated>
Because of data dependencies relating to shared indexing, when a new row is added to an entity, some extra and unexpected records may be written to the change log.
The default installation directory for the Xpress Insight server is:
<installdir>/insight/server/wildfly-x.y.z
where x.y.z are the version, subversion, and patch numbers.

Typically, the JBOSS_HOME environment variable will point to the above location, and is used in the rest of this section.

By the default location of the change log file is:
wildfly-x.y.z/standalone/log/insight-data-changes.log
where x.y.z are the version, subversion, and patch numbers.