{ildkule/loki,base/fluentbit}: send data over https

This commit is contained in:
h7x4
2026-06-13 03:22:18 +09:00
parent d8d2ed1a8f
commit cd54eabe47
2 changed files with 11 additions and 15 deletions
+4 -2
View File
@@ -62,8 +62,10 @@ in
name = "loki";
match = "*";
host = "ildkule.pvv.ntnu.no";
port = 3100;
host = "loki.pvv.ntnu.no";
port = 443;
tls = "on";
"tls.verify" = "on";
uri = "/loki/api/v1/push";
compress = "gzip";