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

27 lines
505 B
Text
Raw Normal View History

# Example data:
# [
# {
# 258: "002-2.1.x",
# 259: "14ca85ed9",
# 260: 1687787189711304960,
# 261: true,
# 263: 3,
# 264: 23.760,
# 265: 68.934,
# 266: false
# }
# ]
[[inputs.file]]
files = ["./testcases/cbor_numeric_keys/data.bin"]
data_format = "xpath_cbor"
xpath_native_types = true
[[inputs.file.xpath]]
metric_name = "'data'"
metric_selection = "child::*"
timestamp = "n260"
timestamp_format = "unix_ns"
field_selection = "child::*"