diff --git a/src/content/docs/iast/troubleshooting.mdx b/src/content/docs/iast/troubleshooting.mdx index a8ff5259d2f..a67187b7161 100644 --- a/src/content/docs/iast/troubleshooting.mdx +++ b/src/content/docs/iast/troubleshooting.mdx @@ -87,27 +87,6 @@ If you continue to have trouble, you can always reach out to [New Relic Support] - - If you see your application in New Relic and the security agent successfully started IAST, but you don't see vulnerabilities in **[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST**, then check the following: - - - Go to **[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST > Applications** and check your application level of efficiency. The **Test efficiency** column indicates if the level of your application is **hight**, **medium**, or **low**. - - - Go to **[one.newrelic.com](https://one.newrelic.com) > All capabilities > IAST > Applications** to check if your application is secure. Your application has the **high** value in the **Test efficiency** column, but it doesn't have detected vulnerabilities. - - - Open the latest log file in your `nr-security-home/logs/snapshots/` folder, and look for the `Service stats -> websocket` line to check if your web socket connection is broken. The expected value is `OK`. - - - Your application's framework or vulnerability category is not supported. See the supported frameworkd for the security agents: - - [Java](https://github.com/newrelic/csec-java-agent#support-matrix) - - [Node.js](https://github.com/newrelic/csec-node-agent/#supported--modules) - - [Go](https://github.com/newrelic/csec-go-agent/tree/v0.1.0#support-matrix) - - If you're still not sure why you don't see vulnerabilities in IAST, share your application's configuration and logs with [New Relic Support](https://support.newrelic.com). - - -