telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

feat(inputs.opcua+inputs.opcua_listener) Support node id string in config

Open LarsStegman opened this issue 2 years ago • 1 comments

Use Case

Being able to use the node id string in the config files will make it much easier for more novice users to configure Telegraf.

Expected behavior

Users have to write

{name="ProductUri", namespace="0", identifier_type="i", identifier="2262"}

Actual behavior

They should be able to write

{name="ProductUri", node_id="ns=0;i=2262"}

Additional info

No response

LarsStegman avatar Dec 14 '22 10:12 LarsStegman

This sounds like a nice improvement!

powersj avatar Dec 14 '22 19:12 powersj