regex compatible with fluentd

Job ID: 35040105

Budget: $15 – $25 USD

i need two regex for be able to parse this log correctly
1 regex for this logs
Apache:
{"log":"172.27.14.21 - - [26/Oct/2022:17:14:58 +0000] \"GET / HTTP/1.1\" 200 4472 \"-\" \"ELB-HealthChecker/2.0\"\n","stream":"stdout","time":"2022-10-26T17:15:02.143350271Z"}

{"log":"172.27.56.188 - - [26/Oct/2022:17:49:18 +0000] \"GET / HTTP/1.1\" 200 484 \"-\" \"ELB-HealthChecker/2.0\"\n","stream":"stdout","time":"2022-10-26T17:49:18.932455988Z"}

Another regex for PHP
PHP:
{"log":"[Wed Oct 26 17:59:05.802483 2022] [php7:warn] [pid 90] [client 44.192.83.173:0] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/sbr-custom-endpoints/controllers/event-tag-controller.php:1) in /var/www/html/wp-includes/rest-api/class-wp-rest-server.php on line 1667\n","stream":"stderr","time":"2022-10-26T17:59:05.802617493Z"}

{"log":"[Wed Oct 26 17:15:14.600686 2022] [php7:warn] [pid 14424] [client 18.208.210.80:0] PHP Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/plugins/sbr-custom-endpoints/controllers/event-pages-controller.php:1) in /var/www/html/wp-includes/rest-api/class-wp-rest-server.php on line 1667\n","stream":"stderr","time":"2022-10-26T17:15:14.600874802Z"}

These regex needs to be tested and compatible with fluentd:

I need to validate the regex on this site:
https://fluentular.herokuapp.com/

Thanks