1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/cbor/telegraf.conf

10 lines
261 B
Text
Raw Normal View History

[[inputs.file]]
files = ["./testcases/cbor/addressbook.bin"]
data_format = "xpath_cbor"
[[inputs.file.xpath]]
metric_name = "'addresses'"
metric_selection = "//people"
field_selection = "descendant::*[not(*)]"
field_name_expansion = true