i am using [[inputs.system]] to collect general system metrics. the data is not getting uploaded into the database. while trying to investigate the cause i uncommented the [[outputs.file]].
i could see the data in the file… but the same is missing from database.
only the uptime_format field is getting populated in the database while i can see all the data in the file, below is an example:
output from db
time | load1 | load15 | load5 | n_cpus | n_users | region | uptime | uptime_format
sorry for the late reply… caught up with other issues… i am pretty much new to this… can you please elaborate from where i can grab this info that you have asked for?
@neo1702,
Absolutely. How did you setup your instance? Do you know where you downloaded your telegraf config?
If so, locate your telegraf config. Open it and search for debug=False. Change it to debug=True
Make sure Influx is running. Run the telegraf agent with your edited config. Look at the logs. Please share the logs.