From 170e115fceb075d3430438b68a611aa5b554bea3 Mon Sep 17 00:00:00 2001 From: helenosheaa <38860767+helenosheaa@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:23:53 -0400 Subject: [PATCH] fix: update toml tag to match sample config / readme --- plugins/outputs/loki/loki.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/outputs/loki/loki.go b/plugins/outputs/loki/loki.go index 2f920ec829e3b..07d4d473bf396 100644 --- a/plugins/outputs/loki/loki.go +++ b/plugins/outputs/loki/loki.go @@ -57,7 +57,7 @@ type Loki struct { Timeout config.Duration `toml:"timeout"` Username string `toml:"username"` Password string `toml:"password"` - Headers map[string]string `toml:"headers"` + Headers map[string]string `toml:"http_headers"` ClientID string `toml:"client_id"` ClientSecret string `toml:"client_secret"` TokenURL string `toml:"token_url"`