Hi, everyone, I got some problems about telegraf and influxDB
This is my Telegraf Configuration:
[[inputs.file]]
files = ["/root/test01.csv"]
data_format = "csv"
csv_header_row_count = 1
csv_tag_columns = ["Channel"]
csv_measurement_column = "Measurement"
csv_timestamp_column = "Time"
csv_timestamp_format = "unix"
And this is my CSV file:
Measurement,Channel,Time,Fields
14336_Tube,InPower,1698948568361,0.04411018730718063
14336_Tube,InPower,1698948568362,0.08892599555595807
14336_Tube,InPower,1698948568363,0.07441728064293723
no error log appears
and my bucket doesn’t get any data
Sorry for these beginners questions but I’m new into this world of telegraph and InfluxDB