JSON String to table / graph [Influx 1.8]

Hi,

from Influx 1.8 i got this data.

2020-12-08 11:40:50 { “errors”: }
2020-12-08 12:02:25 { “errors”:[1] }
2020-12-08 13:07:25 { “errors”:[1,2,3] }

now i want to extra the error codes from the array and display in a table or graph. i have searched a lot but did not get any idea how to solve this.

hope you can help me!

greets,
Moritz