dwbutler / logstash-logger

Ruby logger that writes logstash events
MIT License
454 stars 118 forks source link

[Question] HTTP Support #135

Open bdahon opened 6 years ago

bdahon commented 6 years ago

Hi,

I'd like to connect to a logstash running on HTTP. I cannot use plain TCP. I couldn't find a way to do it. Did I miss something ?

Thanks

dwbutler commented 6 years ago

Hi,

Currently there is no HTTP device for LogStashLogger. If you want to write one, I would accept a pull request.