Hi guys. Any plans on implementing pushing logs via Telegraf directly to Loki? Telegraf itself has a Loki plugin and if you manipulate the config /run/telegraf/telegraf.conf like this:
[ [outputs.loki]]
domain = "http://<loki-server-ip>:3100" endpoint = "/loki/api/v1/push" metric_name_label = "server_name"
to send the data to Loki it is working. Would be great to have that directly implemented in the config mask like “set service monitoring telegraf loki”
Thanks in advance and have a nice day :)
Best regards,
Fabian