Date Parse Logstash

Hi Team,
I have a field request time whose value is as below:
"response_time" => "Wed, 17 Apr 2024 21:36:13 GMT".

I need to fetch it in the yyyy-mm-dd format? How to do so?

Kindly assist.

//Ankita

See this thread for a possible approach to this.