logstash-plugins / logstash-filter-http

HTTP Filter Plugin for Logstash
Apache License 2.0
12 stars 29 forks source link

Is it possible to do PUT requests from this plugin #26

Open JGRFenix opened 3 years ago

JGRFenix commented 3 years ago

Hiya,

Is it possible to do PUT requests from this plugin, From the documentation it doesn't look like it can however unless I'm mistaken the only thing stopping the plugin from doing it is PUT requests aren't in the VALID_VERBS list?

Thanks

JR

MikeKemmerer commented 3 years ago

Addressed by pull request #28