Platform Administration
...
Introduction to Platform Admin...
Log's and Auditing

Configure Audit 0.4.0

4min

The goal of this document is to provide technical information regarding the installation and configuration to use the Auditing function (Audit), version 0.4.0 (itsm-audit-0.4.0) of 4biz Tracker 8.

Before getting started

Check out the new features of version 0.4.0

  • It is not required to have active external AcitiveMQ;
  • It is not necessary to have a service executing the audit .jar;
  • Audit is now .war and it is executed inside Wildfly with ITSM, on the folder "\deployments";

Procedure

Add the following lines to the wildfly standalone on activemq subsystem:

Java


Add the following lines to the wildfly standalone on system-properties (the same as EVM e Inventory):

Java


🖊 Note: Configure the conNection of mongo database with host, port, user, pass, and database (which will probably be already set, as EVM and Inventory also use these configurations). It is necessary that the user (Mongo) has the proper permission to read and write on the informed database.

In 4biz, configure the parameter 425, informing the Audit URL

  1. Add the Audit WAR on the folder deployments (or use the Wildfly console) and start Wildfly with 4biz; 
  2. After these steps, the audit should be running.