From ae76052e02a21a9712d1a436a23acf95f63f4296 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:50:17 -0600 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11915) --- etc/telegraf.conf | 8 +++++++- etc/telegraf_windows.conf | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index e2c913fc8..a43c8033e 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -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=""}, diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index c2eb2e072..d2e624df6 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -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=""},