Difference between revisions of "Fusion Edge Server Audit"

From Fusion Registry Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
[[Category:FESInstall]]
 
[[Category:FESInstall]]
 
This page explains everything about the Audit capabilities of Fusion Edge Server.
 
This page explains everything about 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
 +
 +
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

Revision as of 10:17, 16 January 2024

This page explains everything about 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

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