I have following search results
2021-07-14 17:12:55,525 INFO [NiFi logging handler] returned 202: response_time:0.029 retry_count:2
Out of this I would like to extract "response_time" values like this so I can find the average, max, min, etc.
response_time:0.029
How can I accomplish this?