I enabled [[inputs.kernel]] and [[inputs.kernel_vmstat]] input plugins on my telegraf conf file and i can see the metrics when i test the telegraf with this config file, but this metrics is not writing to influxdb, i can’t see them as measurement on my Influxdb UI but other metrics does. I can also write the data manually on Influx UI, which i copied kernel_vmstat and kernel fields from output of telegraf --test command. Which configuration should i check, can you help? Thanks.
Hello @cetinmutluonal,
That is super strange is the issue still persisting? I wonder if it was just a delay on the UI. Can you query the data with the API? That you wrote with telegraf? So bizarre do you mind filing an issue here:
Hi @Anaisdg. Thanks for your support. Yes issue still persists and obviously not a UI delay. I enabled this plugins about 2 weeks ago and it’s not streams through influx db from telegraf, but other metrics does. I also queried data from the API with the correct form I found in the influx & telegraf docs, but that query didn’t work either, although it didn’t write any error.I can only wrote data successfully from Influx UI as line protocol that i received from “telegraf --test” output on the server. I will also add issue on GitHub. Do you have any ideas?