logstash-plugins / logstash-filter-http

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

Add support to extract a value from the response. #6

Open guyboertje opened 5 years ago

guyboertje commented 5 years ago

One API I tested with is https://www.neutrinoapi.com/api/api-basics/ It returns the request parameters as part of the response along with the actual response in the result key of the JSON object returned. I think there should be support for extracting this value into a field and discarding the rest.