docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11915)
This commit is contained in:
parent
b7591fd67d
commit
ae76052e02
|
|
@ -357,6 +357,12 @@
|
||||||
# ## Creates tables and relevant mapping if set to true(default).
|
# ## 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.
|
# ## 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
|
# # 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
|
# # Send aggregate metrics to Azure Monitor
|
||||||
|
|
@ -6415,7 +6421,7 @@
|
||||||
# ## identifier - OPC UA ID (tag as shown in opcua browser)
|
# ## identifier - OPC UA ID (tag as shown in opcua browser)
|
||||||
# ## tags - extra tags to be added to the output metric (optional)
|
# ## tags - extra tags to be added to the output metric (optional)
|
||||||
# ## Example:
|
# ## 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 = [
|
# # nodes = [
|
||||||
# # {name="", namespace="", identifier_type="", identifier=""},
|
# # {name="", namespace="", identifier_type="", identifier=""},
|
||||||
# # {name="", namespace="", identifier_type="", identifier=""},
|
# # {name="", namespace="", identifier_type="", identifier=""},
|
||||||
|
|
|
||||||
|
|
@ -357,6 +357,12 @@
|
||||||
# ## Creates tables and relevant mapping if set to true(default).
|
# ## 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.
|
# ## 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
|
# # 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
|
# # Send aggregate metrics to Azure Monitor
|
||||||
|
|
@ -6235,7 +6241,7 @@
|
||||||
# ## identifier - OPC UA ID (tag as shown in opcua browser)
|
# ## identifier - OPC UA ID (tag as shown in opcua browser)
|
||||||
# ## tags - extra tags to be added to the output metric (optional)
|
# ## tags - extra tags to be added to the output metric (optional)
|
||||||
# ## Example:
|
# ## 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 = [
|
# # nodes = [
|
||||||
# # {name="", namespace="", identifier_type="", identifier=""},
|
# # {name="", namespace="", identifier_type="", identifier=""},
|
||||||
# # {name="", namespace="", identifier_type="", identifier=""},
|
# # {name="", namespace="", identifier_type="", identifier=""},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue