arreglados alloy y loki para aceptar emojis

This commit is contained in:
2025-11-05 22:36:23 +01:00
parent d85faf0313
commit fa93504101
2 changed files with 15 additions and 8 deletions
+4
View File
@@ -132,6 +132,10 @@ loki.relabel "syslog" {
loki.write "loki" {
endpoint {
url = "http://loki:3100/loki/api/v1/push"
http_headers = {
"Content-Type" = ["application/json; charset=utf-8"]
"Accept-Charset" = ["utf-8"]
}
}
}