Parse http filter plugin response

Hi,

I am using the logstash http filter plugin to fetch some data from an external webservice. This webservice returns a JSON object in the response body.

I want to extract the values from this JSON response and add them as fields to my event.
I tried combining the JSON filter plugin to parse the body but failed.

What would be the right way to achieve this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.