Difference between revisions of "Fusion Edge Server Audit"

From Fusion Registry Wiki
Jump to navigation Jump to search
(Audit File)
Line 6: Line 6:
  
 
All Audit information from Fusion Edge Server is written to Audit files which are located in the "Audit" sub-folder of your [[Fusion_Edge_Server_Directory|Edge Server Directory]. Audit files are named according to the format:
 
All Audit information from Fusion Edge Server is written to Audit files which are located in the "Audit" sub-folder of your [[Fusion_Edge_Server_Directory|Edge Server Directory]. Audit files are named according to the format:
   EdgeServerAudit_<launch time>_<log index>.json
+
   EdgeServerAudit_<launch time>_<log index>.json
 
For example:  
 
For example:  
 
   EdgeServerAudit_1699022799196_1.json  
 
   EdgeServerAudit_1699022799196_1.json  
  
This file will grow until the Edge Server is terminated or the file reaches the file limit of 10Mb in size. If the file limit is reached a new file is created with the next incremental Log Index value.
+
Where the launch time value is the time, in milliseconds since 1970, of when the Edge Server was started.
 +
 
 +
Audit information will be written to this file untile either the Edge Server is terminated or the file reaches the file limit of 10Mb in size. If the file limit is reached a new file is created with the next incremental Log Index value.
  
 
This file does not contain formatted JSON. The best way to view it is to use a formatter tool, such as JSON Line.
 
This file does not contain formatted JSON. The best way to view it is to use a formatter tool, such as JSON Line.
  
 
This file may be locked by your Operating System. If you wish to view it (and format it) you may have to make a copy first
 
This file may be locked by your Operating System. If you wish to view it (and format it) you may have to make a copy first
 +
 +
== Disabling Audit ==
 +
Auditing can be disabled by modifying the Edge Server properties file and adding the entry:
 +
  audit.disabled=true
 +
 +
See the [[Fusion_Edge_Server_Properties|properties page] for more information.

Revision as of 10:48, 16 January 2024

This page explains details the Audit capabilities of Fusion Edge Server.

Audit File

All Audit information from Fusion Edge Server is written to Audit files which are located in the "Audit" sub-folder of your [[Fusion_Edge_Server_Directory|Edge Server Directory]. Audit files are named according to the format:

 EdgeServerAudit_<launch time>_<log index>.json

For example:

 EdgeServerAudit_1699022799196_1.json 

Where the launch time value is the time, in milliseconds since 1970, of when the Edge Server was started.

Audit information will be written to this file untile either the Edge Server is terminated or the file reaches the file limit of 10Mb in size. If the file limit is reached a new file is created with the next incremental Log Index value.

This file does not contain formatted JSON. The best way to view it is to use a formatter tool, such as JSON Line.

This file may be locked by your Operating System. If you wish to view it (and format it) you may have to make a copy first

Disabling Audit

Auditing can be disabled by modifying the Edge Server properties file and adding the entry:

 audit.disabled=true

See the [[Fusion_Edge_Server_Properties|properties page] for more information.