logstash-plugins / logstash-filter-http

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

Add forms in body_format and PUT in VALID_VERBS #28

Open MikeKemmerer opened 3 years ago

MikeKemmerer commented 3 years ago

Adding support for a body_format value of 'form' to support content-type: application/x-www-form-urlencoded until the body_format config is removed in favor of content_type.

MikeKemmerer commented 3 years ago

ELASTIC_STACK_VERSION=8.0.0-SNAPSHOT test environment appears to be broken

kares commented 3 years ago

Thanks Mike, this is looking good. Any chance on writing a naive test for the change? Also we could use a version bump and a changelog entry.

kares commented 2 years ago

PUT request shipped at https://github.com/logstash-plugins/logstash-filter-http/pull/34, there's more in this PR however it seems stale

MikeKemmerer commented 2 years ago

Unfortunately, I'm no good at writing tests. FWIW, I've got my fork running safely in an enterprise environment with no issues :-)