From baea9e54703af306729dc96703c695e399c39a1d Mon Sep 17 00:00:00 2001 From: Yuan Zhang Date: Tue, 2 Jan 2024 22:18:52 +0800 Subject: [PATCH] docs(inputs.opcua_listener): Fix nodes example (#14508) --- plugins/inputs/opcua_listener/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/opcua_listener/README.md b/plugins/inputs/opcua_listener/README.md index c8c266bf8..3f983645d 100644 --- a/plugins/inputs/opcua_listener/README.md +++ b/plugins/inputs/opcua_listener/README.md @@ -252,7 +252,7 @@ An OPC UA node ID may resemble: "ns=3;s=Temperature". In this example: To gather data from this node enter the following line into the 'nodes' property above: ```text -{field_name="temp", namespace="3", identifier_type="s", identifier="Temperature"}, +{name="temp", namespace="3", identifier_type="s", identifier="Temperature"}, ``` This node configuration produces a metric like this: