HI team,
Just exploring InfluxDB. i tried to upload sample timeseries data into my bucket. i am getting error.
Failed to upload the selected CSV: error in csv.from(): failed to read metadata: missing expected annotation group
Sample Data :
#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,dateTime:RFC3339,string,string,double
,result,table,_start,_stop,_time,region,host,_value
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:00Z,west,A,62.73
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:20Z,west,B,12.83
,my-result,1,2018-05-08T20:50:00Z,2018-05-08T20:51:00Z,2018-05-08T20:50:40Z,west,C,51.62
Note:
i am trying to upload a sample data using UI.
Please advice.
Thanks!