[Input] Generic HTTP :: JSON

Try to use regex to extract json data, something like this:
(?s)\{.*\}

Use regex extractor or pipeline rule.

1 Like