Preformatted table display

Hello. I searching way how can display set of data in grafana. As example script every 5 minutes collecting longest transactions to database (time more than minute) and send them to zabbix as preformatted text log (table). How i can show that log in grafana as it is (keep formatting) or display it in another understandable way (like table) ???

My log looks like that.

Transaction User  ID   Host PID Duration
----------- ---- ----  ---- --- --------
1            xxx xxxx  xxxx xxx 00:40:01
2            xxx xxxx  xxxx xxx 00:01:11
3            xxx xxxx  xxxx xxx 00:02:31
4            xxx xxxx  xxxx xxx 00:05:41
5            xxx xxxx  xxxx xxx 00:09:01
6            xxx xxxx  xxxx xxx 00:05:01