The following table provides the various success and failure code responses to your HTTP POST requests, which can help you troubleshoot any problems with your HTTP collector configuration.
Success/failure response code | Description | Output code displayed (if applicable) |
---|---|---|
200 | Success code that indicates there are no errors and the request was successful. The | { "ok": "true"} |
400 | Error code that indicates that there is a problem with any of the following:
|
|
401 | Unauthorized error code that indicates an incorrect authorization key for the HTTP collector is being used. | { "error": "Failed to validate authentication detail"} |
403 | Error code that indicates one of the following:
|
|
413 | Error code indicating the request entity is too large as the request size is more than the 25 MB limit. | Request entity too large as the size is more than 25 MB limit |
429 | Error code indicating too many requests as the ingestion limits are reached for one of the following reasons:
|
|
500 | Error code indicating an unexpected internal error while processing the bulk load HTTP request. | Unexpected error while processing bulk load request |