docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11915)

This commit is contained in:
telegraf-tiger[bot] 2022-10-04 09:50:17 -06:00 committed by GitHub
parent b7591fd67d
commit ae76052e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -357,6 +357,12 @@
# ## Creates tables and relevant mapping if set to true(default).
# ## Skips table and mapping creation if set to false, this is useful for running Telegraf with the lowest possible permissions i.e. table ingestor role.
# # create_tables = true
#
# ## Ingestion method to use.
# ## Available options are
# ## - managed -- streaming ingestion with fallback to batched ingestion or the "queued" method below
# ## - queued -- queue up metrics data and process sequentially
# # ingestion_type = "queued"
# # Send aggregate metrics to Azure Monitor
@ -6415,7 +6421,7 @@
# ## identifier - OPC UA ID (tag as shown in opcua browser)
# ## tags - extra tags to be added to the output metric (optional)
# ## Example:
# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2]]}
# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2"]]}
# # nodes = [
# # {name="", namespace="", identifier_type="", identifier=""},
# # {name="", namespace="", identifier_type="", identifier=""},

View File

@ -357,6 +357,12 @@
# ## Creates tables and relevant mapping if set to true(default).
# ## Skips table and mapping creation if set to false, this is useful for running Telegraf with the lowest possible permissions i.e. table ingestor role.
# # create_tables = true
#
# ## Ingestion method to use.
# ## Available options are
# ## - managed -- streaming ingestion with fallback to batched ingestion or the "queued" method below
# ## - queued -- queue up metrics data and process sequentially
# # ingestion_type = "queued"
# # Send aggregate metrics to Azure Monitor
@ -6235,7 +6241,7 @@
# ## identifier - OPC UA ID (tag as shown in opcua browser)
# ## tags - extra tags to be added to the output metric (optional)
# ## Example:
# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2]]}
# ## {name="ProductUri", namespace="0", identifier_type="i", identifier="2262", tags=[["tag1","value1"],["tag2","value2"]]}
# # nodes = [
# # {name="", namespace="", identifier_type="", identifier=""},
# # {name="", namespace="", identifier_type="", identifier=""},