Audience | Fleet Admins |
Applies to | Fleet Dashboard |
Introduction
If you encounter issues on the Fleet dashboard, please follow the instructions below to capture and include the HAR file with error logs when submitting a Support request.
Steps
Google Chrome
-
Open Developer Tools:
- Right-click on the web page and select "Inspect".
- Or press
Ctrl + Shift + I
(Windows/Linux) orCmd + Option + I
(Mac) to open Developer Tools.
-
Go to the Network Tab:
- In Developer Tools, go to the "Network" tab.
-
Enable XHR Filter:
- Check the "XHR" option in the filter bar. This will display only XMLHttpRequests in the network activity.
-
Record Network Activity:
- Reload the web page or perform the actions you want to capture. Only XHR requests will be shown in the Network tab due to the filter.
-
Export HAR File:
- After recording the XHR requests, right-click anywhere in the Network tab and select "Save as HAR with Content".
- Save the HAR file to your desired location on your computer.
Mozilla Firefox
-
Open Developer Tools:
- Right-click on the web page and select "Inspect Element".
- Or press
Ctrl + Shift + I
(Windows/Linux) orCmd + Option + I
(Mac) to open Developer Tools.
-
Go to the Network Tab:
- In Developer Tools, go to the "Network" tab.
-
Enable XHR Filter:
- Check the "XHR" option in the filter bar. This will display only XMLHttpRequests in the network activity.
-
Record Network Activity:
- Reload the web page or perform the actions you want to capture. Only XHR requests will be shown in the Network tab due to the filter.
-
Export HAR File:
- After recording the XHR requests, right-click anywhere in the Network tab and select "Save All As HAR".
- Save the HAR file to your desired location on your computer.
Microsoft Edge
-
Open Developer Tools:
- Right-click on the web page and select "Inspect".
- Or press
Ctrl + Shift + I
(Windows/Linux) orCmd + Option + I
(Mac) to open Developer Tools.
-
Go to the Network Tab:
- In Developer Tools, go to the "Network" tab.
-
Enable XHR Filter:
- Check the "XHR" option in the filter bar. This will display only XMLHttpRequests in the network activity.
-
Record Network Activity:
- Reload the web page or perform the actions you want to capture. Only XHR requests will be shown in the Network tab due to the filter.
-
Export HAR File:
- After recording the XHR requests, right-click anywhere in the Network tab and select "Save as HAR with Content".
- Save the HAR file to your desired location on your computer.
Following these steps will allow you to download a HAR file specifically containing XMLHttpRequest data
.
Was this article helpful?
9 out of 11 found this helpful