Ok. We have Promtail
to gather text log files and send them to loki.
Also I can create MySQL data source to query data from database for visialization purposes.
I am curious. Is it possible to configure Loki/Promtail or there is some logging driver which allows Loki to access them.
Why I am asking about this. Because our legacy system stores logs of our application into database into (ID, time, text) fields. So I am trying to find a way to import these logs into Loki or to configure Promtail to fetch logs not from text files but from this database table.
Is that possible?