[[ inputs.file ]] files = ["./testcases/measurement_name_from_message/message.avro"] data_format = "avro" avro_measurement_field = "Measurement" avro_tags = [ "Server" ] avro_fields = [ "Value" ] avro_schema = ''' { "type": "record", "name": "TestRecord", "fields": [ { "name": "ServerTs", "type": "long" }, { "name": "Server", "type": "string" }, { "name": "Value", "type": "double" }, { "name": "Measurement", "type": "string" } ] } '''