diff --git a/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx b/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx index df88bbe96b0c858..568915f361af55c 100644 --- a/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx +++ b/src/content/docs/fundamentals/reference/cloudflare-ray-id.mdx @@ -29,6 +29,12 @@ Additionally, you can [add filters](/waf/analytics/security-events/#adjust-displ Please note that Security Events may use sampled data to improve performance. If sampled data is applied to your search, you might not see all events, and filters might not return the expected results. To display more events, select a smaller timeframe. +### Log Explorer + +[Log Explorer](/log-explorer/) provides access to Cloudflare logs with all the context available within the Cloudflare platform. +You can monitor security and performance issues with custom dashboards or investigate and troubleshoot issues with log search. +Log explorer allows you to [build queries](/log-explorer/log-search/) for filtering specific Ray IDs. + ### Logs Enterprise customers can enable Ray ID as a field in their [Cloudflare Logs](/logs/). diff --git a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/index.mdx b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/index.mdx index 2e5c83be1d0bb43..aec448be139afa7 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/index.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/4xx-client-error/index.mdx @@ -10,6 +10,12 @@ source: null - The origin server should include an explanation, which should be displayed by the User-Agent, except in the case of a `HEAD` request. - [Custom rules](/waf/custom-rules/) can return any response code in the range of `400–499` on your HTML page if the site owner has created a rule with the _Block_ action and configured a custom response code. For more details, refer to [custom response](/waf/custom-rules/create-dashboard/#configure-a-custom-response-for-blocked-requests). +## Log Explorer + +[Log Explorer](/log-explorer/) provides access to Cloudflare logs with all the context available within the Cloudflare platform. +You can monitor security and performance issues with custom dashboards or investigate and troubleshoot issues with log search. +Log explorer [allows to build queries](/log-explorer/log-search/) filtering for specific Ray ID, which can be useful to investigate HTTP Errors. + ## 400 Bad Request For a complete description of this error refer to the [Error 400](/support/troubleshooting/http-status-codes/4xx-client-error/error-400/) page. @@ -94,4 +100,4 @@ For a complete description of this error refer to the [Error 451](/support/troub ## 499 Client Close Request -For a complete description of this error refer to the [Error 499](/support/troubleshooting/http-status-codes/4xx-client-error/error-499/) page. \ No newline at end of file +For a complete description of this error refer to the [Error 499](/support/troubleshooting/http-status-codes/4xx-client-error/error-499/) page. diff --git a/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/index.mdx b/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/index.mdx index 486594ff89ebde9..2ca20fc5152c656 100644 --- a/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/index.mdx +++ b/src/content/docs/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/index.mdx @@ -40,6 +40,12 @@ To view Error Analytics: 3. Go to **Analytics & Logs**. 4. Select **Add filter**, select **Edge status code** or **Origin status code** and choose any `5xx` error code that you want to diagnose. +### Log Explorer + +[Log Explorer](/log-explorer/) provides access to Cloudflare logs with all the context available within the Cloudflare platform. +You can monitor security and performance issues with custom dashboards or investigate and troubleshoot issues with log search. +Log explorer [allows to build queries](/log-explorer/log-search/) filtering for specific Ray ID, which can be useful to investigate HTTP Errors. + --- ## Error 500: internal server error