Difference between revisions of "Fusion Edge Server Audit"

From Fusion Registry Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:Fusion Edge Server]]
 
[[Category:Fusion Edge Server]]
 
[[Category:FESInstall]]
 
[[Category:FESInstall]]
This page explains everything about the Audit capabilities of Fusion Edge Server.
+
This page explains details the Audit capabilities of Fusion Edge Server.
  
All Audit information from Fusion Edge Server is written to a JSON file. This file is of the name: EdgeServerAudit_<launch time>_<log index>.json.  For example: EdgeServerAudit_1699022799196_1.json  
+
== 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  
  
 
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.
 
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.

Revision as of 10:46, 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 

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.

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