FortiSIEM
FortiSIEM provides Security Information and Event Management (SIEM) and User and Entity Behavior Analytics (UEBA)
idabouzi
Staff
Staff
Article Id 403906
Description This article describes how to run and export debug from the web browser using DevTools.
Scope FortiSIEM.
Solution

To inspect the network activity of an action in FortiSIEM, use the DevTools of the web browser to trace, record, and generate an HAR file for troubleshooting.

 

This HAR file (HTTP Archive format) is a JSON-formatted archive file format for logging of a web browser's interaction with FortiSIEM.

  • Open a private window.
  • Type F12 to open the console.
  • Select the Network section.
  • Make sure that the recording button is red; otherwise, select it to record.
  • Go to the FortiSIEM portal on the left side of the window.
  • Take the action needed.
  • On the right debug console, stop the recording
  • Select 'Export HAR' and save the file.
Contributors