Graylog2 / Graylog2/graylog2-server
HTTP lookup data adapter error reporting is inconsistent
Open
bug
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
When debugging a customer issue, we found that there are no usable error notifications in the UI, if the HTTP server returns unsuccessful status codes.
https://github.com/Graylog2/graylog2-server/blob/d1fab260e986c40bd52b43ad2b09a61a79233397/graylog2-server/src/main/java/org/graylog2/lookup/adapters/HTTPJSONPathDataAdapter.java#L193-L220
In this case an API returned 403 and the customer cannot see this happening in the UI.
Together with https://github.com/Graylog2/graylog2-server/issues/19159 this lead to massive processing latency.
Contributor guide
Assessment
This issue has not been assessed yet.