feat: update configs (#10424)

This commit is contained in:
telegraf-tiger[bot] 2022-01-11 10:17:48 -07:00 committed by GitHub
parent 85830df5dd
commit f59bdf9f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -644,6 +644,8 @@
# ## HTTP basic authentication details # ## HTTP basic authentication details
# # username = "telegraf" # # username = "telegraf"
# # password = "mypassword" # # password = "mypassword"
# ## HTTP bearer token authentication details
# # auth_bearer_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
# #
# ## Index Config # ## Index Config
# ## The target index for metrics (Elasticsearch will create if it not exists). # ## The target index for metrics (Elasticsearch will create if it not exists).

View File

@ -644,6 +644,8 @@
# ## HTTP basic authentication details # ## HTTP basic authentication details
# # username = "telegraf" # # username = "telegraf"
# # password = "mypassword" # # password = "mypassword"
# ## HTTP bearer token authentication details
# # auth_bearer_token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
# #
# ## Index Config # ## Index Config
# ## The target index for metrics (Elasticsearch will create if it not exists). # ## The target index for metrics (Elasticsearch will create if it not exists).