gemnasium / logrus-graylog-hook

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

Add http connector #55

Closed bjoernhaeuser closed 2 years ago

bjoernhaeuser commented 2 years ago

This adds a very basic http writer which can be activated by passing in an url as logging address.

The graylog HTTP input should only be used for low traffic scenarios, but with it it's easier to go "through" a load balancer, especially if these do not support UDP or TCP.

Changes:

gravis commented 2 years ago

Thanks for submitting this. I'll take a look over the week-end :+1:

gravis commented 2 years ago

Sorry I had an incident to deal with this week-end, and couldn't find time to review this. I'm planning to do it next week-end 🤞

gravis commented 2 years ago

@bjoernhaeuser LGTM!

gravis commented 2 years ago

I've tagged v3.1.0 with this change.