From 3e6398534f9df216910fab59512811aafdc16a94 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:03:18 -0500 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11483) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 2 +- etc/telegraf_windows.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 0f0938005..481db0e43 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -4557,7 +4557,7 @@ # # cookie_auth_method = "POST" # # cookie_auth_username = "username" # # cookie_auth_password = "pa$$word" -# # cookie_auth_headers = '{"Content-Type": "application/json", "X-MY-HEADER":"hello"}' +# # cookie_auth_headers = { Content-Type = "application/json", X-MY-HEADER = "hello" } # # cookie_auth_body = '{"username": "user", "password": "pa$$word", "authenticate": "me"}' # ## cookie_auth_renewal not set or set to "0" will auth once and never renew the cookie # # cookie_auth_renewal = "5m" diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 065e05951..ceaf472b5 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -4494,7 +4494,7 @@ # # cookie_auth_method = "POST" # # cookie_auth_username = "username" # # cookie_auth_password = "pa$$word" -# # cookie_auth_headers = '{"Content-Type": "application/json", "X-MY-HEADER":"hello"}' +# # cookie_auth_headers = { Content-Type = "application/json", X-MY-HEADER = "hello" } # # cookie_auth_body = '{"username": "user", "password": "pa$$word", "authenticate": "me"}' # ## cookie_auth_renewal not set or set to "0" will auth once and never renew the cookie # # cookie_auth_renewal = "5m"