[[ inputs.file ]] files = ["./testcases/supplied_timestamp_fields_specified/message.avro"] data_format = "avro" avro_measurement = "measurement" avro_tags = [ "tag" ] avro_fields = [ "field", "timestamp"] avro_timestamp = "timestamp" avro_timestamp_format = "unix_us" avro_schema = ''' { "type":"record", "name":"Value", "namespace":"com.example", "fields":[ { "name":"tag", "type":"string" }, { "name":"field", "type":"long" }, { "name":"timestamp", "type":"long" } ] } '''