You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ installed and configured:
10
10
- Ensure not running in a containerized environment (for non-production environments see [this post](https://developers.redhat.com/blog/2014/05/05/running-systemd-within-docker-container/) for a workaround)
11
11
- Check installation logs for more details
12
12
13
+
## HTTP Error Codes
14
+
15
+
- 401 (UNAUTHORIZED): Configured access token or realm is incorrect
16
+
- 404 (NOT FOUND): Likely configuration parameter is wrong like endpoint or URI
17
+
(e.g. /v1/log); possible network/firewall/port issue
18
+
- 429 (TOO MANY REQUESTS): Org is not provisioned for the amount of traffic
19
+
being sent; reduce traffic or request increase in capacity
20
+
- 503 (SERVICE UNAVAILABLE): If using the Log Observer, this is the same as 429
21
+
(because that is how HECv1 responds). Otherwise, check the status page.
0 commit comments