From f59bdf9f10e3b51cb35674ab9deb6ddd2c2f034e Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 10:17:48 -0700 Subject: [PATCH] feat: update configs (#10424) --- etc/telegraf.conf | 2 ++ etc/telegraf_windows.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index adbb136de..8584af403 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -644,6 +644,8 @@ # ## HTTP basic authentication details # # username = "telegraf" # # password = "mypassword" +# ## HTTP bearer token authentication details +# # auth_bearer_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9" # # ## Index Config # ## The target index for metrics (Elasticsearch will create if it not exists). diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 058d0a3db..c85c4f5ed 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -644,6 +644,8 @@ # ## HTTP basic authentication details # # username = "telegraf" # # password = "mypassword" +# ## HTTP bearer token authentication details +# # auth_bearer_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9" # # ## Index Config # ## The target index for metrics (Elasticsearch will create if it not exists).