gemnasium / logrus-graylog-hook

Graylog hook for logrus
MIT License
87 stars 63 forks source link

Graylog 5.0 GELF HTTP input is returning 202 instead of 204 #58

Closed eslym closed 1 year ago

eslym commented 1 year ago

i keep getting

got code 202 Accepted, expected 204

based on gravelog document, 202 should be expected

Both keep-alive and compression are supported via the common HTTP headers. The server will return a 202 Accepted when the message was accepted for processing.

https://go2docs.graylog.org/5-0/getting_in_log_data/ingest_gelf.html