logstash-plugins / logstash-filter-http

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

Add 'ignore_errors' boolean to also fetch responses with return codes != 200-299 #29

Closed rpasche closed 3 years ago

rpasche commented 3 years ago

This PR should add the possibility to just return the "errors" a REST call might have caused. This can be useful on permanent errors when you just want to know, what is the error and potentially use that information to be ingested later into elasticsearch.

Also added 'PUT' as an allowed verb.

cla-checker-service[bot] commented 3 years ago

❌ Author of the following commits did not sign a Contributor Agreement: 66c169043d5499915a4bb224798943d62320b622, a0a320fb70d175bd9a80db6c02d64b6ff1c4be55

Please, read and sign the above mentioned agreement if you want to contribute to this project