1
0
Fork 0
telegraf/plugins/parsers/binary/testcases/hex_encoding/telegraf.conf

9 lines
225 B
Text
Raw Normal View History

[[inputs.test]]
files = ["messageA.bin", "messageB.bin", "messageC.bin"]
data_format = "binary"
endianness = "be"
binary_encoding = "hex"
[[inputs.test.binary]]
entries = [{ name = "value", type = "float32" }]