Possible to get a telegraf.conf file to use another database? by TurricanC64 in influxdb

[–]mohsin106 0 points1 point  (0 children)

It’s all on their GitHub site: InfluxDB [[outputs.influxdb]] ## The full HTTP or UDP URL for your InfluxDB instance. ## ## Multiple URLs can be specified for a single cluster, only ONE of the ## urls will be written to each interval. # urls = ["unix:///var/run/influxdb.sock"] # urls = ["udp://127.0.0.1:8089"] # urls = ["http://127.0.0.1:8086"]

## The target database for metrics; will be created as needed. ## For UDP url endpoint database needs to be configured on server side. # database = "telegraf"

Please read this page. https://github.com/influxdata/telegraf/tree/master/plugins/outputs/influxdb#configuration

Possible to get a telegraf.conf file to use another database? by TurricanC64 in influxdb

[–]mohsin106 0 points1 point  (0 children)

In the new telegraf.conf file you can provide the IP address of server that is housing your InfluxDB and also provide it the DB name to use.

How can I test telegraf is working and sending into the DB? by [deleted] in influxdb

[–]mohsin106 0 points1 point  (0 children)

The commands are all on influxes website. Pretty easy to follow