...
- Choose Report Center Settings from settings (gear icon) menu and choose Data Collector Upload Form from from the Additional Settings drop-down menu.
- Enter your credentials (administrator access is required) and click Upload.
- Click Choose File when prompted and browse for the report you want to upload.
- Click Confirm to finish uploading.
You can also manually upload a report to Data Collector via the REST API. Sample curl command:
Code Block |
---|
curl -u <USER>:<PASSWORD> -F [email protected] https://<HOST>:<PORT>/api/v2/dataCollector |
You can add the Data Collector Diagnostics widget to your dashboard to verify that the report was uploaded to the database. Check your report configuration settings if the widget returns a status error.