Pull values from logs

I am pulling in syslogs using the telegraf syslog input plugin. I am able to browse them in the Explore window in Logs mode.

The logs look like this:

2020-04-30 20:37:30
UPS 2: Battery Minutes Remaining = 32
2020-04-30 20:37:33
UPS 1: Output Current = 5.00
2020-04-30 20:37:34
UPS 1: Input Voltage = 119.0
2020-04-30 20:37:41
UPS 1: Output Current = 4.00
2020-04-30 20:37:43
UPS 1: Output Current = 5.00
2020-04-30 20:37:45
UPS 1: Output Current = 4.00
2020-04-30 20:37:47
UPS 2: Output Load = 19
2020-04-30 20:37:48
UPS 2: Battery Minutes Remaining = 33

How can I pull those values out to graph them like metrics?