Skip to content

Commit

Permalink
Update interpret-nrdiag-output.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
cade-conklin committed Jan 19, 2024
1 parent 9f1cf5e commit e042557
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import otherNrdiagOutput from 'images/other_screenshot-crop_nrdiag-output.webp'

import solutionsNerdletDiag from 'images/solutions_screenshot-crop_nerdlet-diag.webp'

After executing the Diagnostics CLI from your terminal, you will see the results for each task as they are completed. Tasks that result in a `Warning` or `Failure` status code will log additional details regarding possible issues found during execution, along with troubleshooting suggestions and relevant links to documentation. If you use the `-attach` flag, you can view your results in [the UI](/docs/using-new-relic/cross-product-functions/diagnostics-cli-nrdiag/interpret-nrdiag-output/#diag-in-nr1)
After executing the Diagnostics CLI from your terminal, you will see the results for each task as they are completed. Tasks that result in a `Warning` or `Failure` status code will log additional details regarding possible issues found during execution, along with troubleshooting suggestions and relevant links to documentation. If you use the [-attach or -api-key](docs/new-relic-solutions/solve-common-issues/diagnostics-cli-nrdiag/pass-command-line-options-nrdiag) flag, you can view your results in [the UI](/docs/using-new-relic/cross-product-functions/diagnostics-cli-nrdiag/interpret-nrdiag-output/#diag-in-nr1)

<img
title="screen-nrdiag-output.png"
Expand Down Expand Up @@ -154,11 +154,9 @@ The Diagnostics CLI returns the following status codes after running:
src={solutionsNerdletDiag}
/>

You can examine the `nrdiag-output.json` output in the UI. The account you select is associated with the license key that was validated by the Diagnostics CLI for upload.

1. Select an app [in the UI](https://one.newrelic.com), then search for **Diagnostics CLI Output**.
2. (Optional) Click the star next to the icon to add it to your favorites.
3. Select an account from the **Diagnostics CLI Output** dropdown.
4. Select from the list of your previous Diagnostics CLI runs for the selected account.
5. For each task, review the list of results, and filter as needed. Click the button to list the specific results by status code.
6. On the right side of the page, review the raw JSON of your results.
You can examine the `nrdiag-output.json` output in the UI. The account you select is associated with the license key that was validated by the Diagnostics CLI or API Key that was supplied for upload.
1. Click on the question mark in the top right corner [in the UI](https://one.newrelic.com).
2. Select the Diagnostics Home Tab
3. Under the Diagnostics CLI Output section, click `View Run Details`
4. You will automatically be brought to your latest run. You can select previous runs on the lefthand side.
5. For each run, you will see the statuses of each task with Warning and Failure being the primary focus. You can also see any Logs or Script Outputs that were found by the CLI.

0 comments on commit e042557

Please sign in to comment.