I have an application that emits logs using UDP. Log messages use logfmt format. Is there a way to receive these logs with Alloy and export them to Loki ?
I am not positive but you could try with loki.source.syslog | Grafana Alloy documentation
I would think that could at least listen and then maybe use something like this- logging | Grafana Alloy documentation to format them and then finally forward them to loki itself.