logstash-plugins / logstash-filter-http

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

rename to http filter and rework of configuration parameters #4

Closed jsvd closed 5 years ago

jsvd commented 5 years ago

This PR renames the rest filter created by logstash community members and also splits the request parameter into its separate components: body, url, headers, query parameters, etc.

It also changes the testing framework to use docker and pull version numbers from elastic/logstash.

TODO:

closes #1, #2, #3

guyboertje commented 5 years ago

Tested gem in LS 6.4.1 with external APIs. GET and POST with json.

RLLYLGTM