Loki with k8s api logs

Has anybody setup a Loki stack to send k8s api logs to Loki?
I’ve done it with Logstash and Elastic. You send k8s api logs to Logstash, which serves as a Webhook, and then send it to Elastic.
I guess I could setup Logstash to just send it to Loki using the loki output plugin. I was wondering if anyone got it to work in a different way.

Nice, there’s already a loki logstash image:

https://hub.docker.com/r/grafana/logstash-output-loki/tags?page=1&ordering=last_updated

Thanks guys!