[[ inputs.file ]] files = ["./testcases/config-both/message.avro"] data_format = "avro" avro_measurement = "measurement" avro_tags = [ "tag" ] avro_schema_registry = "https://localhost:8081" avro_schema = ''' { "type":"record", "name":"Value", "namespace":"com.example", "fields":[ { "name":"tag", "type":"string" }, { "name":"field", "type":"long" }, { "name":"timestamp", "type":"long" } ] } '''