Generate a HAR file for Troubleshooting

To help with debugging issues on Confluent Cloud, you can generate an HTTP Archive (HAR) file by using the developer tools in your browser.

The HAR file provides information about the network requests that are generated in your browser while you interact with Confluent Cloud Console.

Important

A HAR file includes data such as the content of your cookies and the pages that you downloaded while making the recording. Anyone with access to the HAR file can view the data submitted while recording, which may include personal information or other sensitive data. Ensure that you secure your HAR files accordingly.

The following sections show how to generate a HAR file in popular browsers.

Google Chrome and Microsoft Edge

  1. Open Chrome or Edge and log in to Confluent Cloud Console at https://confluent.cloud/login.
  2. Navigate to the page where you are experiencing an issue.
  3. In the browser toolbar, click or and navigate to More Tools > Developer Tools.
  4. In the Developer Tools panel, click Network. You must keep the Network panel open while you reproduce the issue.
  5. Ensure that the record button is red (chrome-stop-recording), and the network log is being recorded. If the button is gray, click it to start recording.
  6. Click Preserve log.
  7. Click the Clear network log button (chrome-clear-log) to remove any existing logs from the Network tab.
  8. In the Confluent Cloud Console, navigate to the page where the issue is occurring. Reproduce the issue while the network requests are recorded.
  9. After you have reproduced the issue, click the Export HAR button (chrome-export-har) to save the file to your computer.

Mozilla Firefox

  1. Open Firefox and log in to Confluent Cloud Console at https://confluent.cloud/login.
  2. Click the Application menu (firefox-app-menu) and navigate to More tools > Web developer tools.
  3. Click Network.
  4. In the Confluent Cloud Console, navigate to the page where the issue is occurring. Reproduce the issue while the network requests are recorded.
  5. After you have reproduced the issue, click Network Settings and select Save All as HAR to save the file to your computer.

Apple Safari

  1. Open Safari and log in to Confluent Cloud Console at https://confluent.cloud/login.
  2. Click the Develop menu. If you don’t see the Develop menu, follow the instructions in this article from the Safari User Guide: Use the developer tools in the Develop menu in Safari on Mac.
  3. Select Show Web Inspector.
  4. Click the Network tab. You must keep it open while you reproduce the issue.
  5. In the Confluent Cloud Console, navigate to the page where the issue is occurring. Reproduce the issue while the network requests are recorded.
  6. After you have reproduced the issue, click Export to save the file to your computer.

Note

This website includes content developed at the Apache Software Foundation under the terms of the Apache License v2.