Mise à jour conf telegraf
Conf pour la version 1.29.2
This commit is contained in:
@@ -19,17 +19,11 @@
|
||||
|
||||
|
||||
# Configuration for sending metrics to InfluxDB
|
||||
[[outputs.influxdb]]
|
||||
[[outputs.influxdb_v2]]
|
||||
urls = ["${INFLUXDB_URL}"]
|
||||
database = "${INFLUXDB_DATABASE}"
|
||||
database_tag = ""
|
||||
skip_database_creation = $INFLUXDB_SKIP_DATABASE_CREATION
|
||||
retention_policy = ""
|
||||
write_consistency = "any"
|
||||
timeout = "30s"
|
||||
username = "${INFLUXDB_USERNAME}"
|
||||
password = "${INFLUXDB_PASSWORD}"
|
||||
|
||||
token = "${INFLUXDB_TOKEN}"
|
||||
organization = "${INFLUXDB_ORG}"
|
||||
bucket = "${INFLUXDB_BUCKET}"
|
||||
###############################################################################
|
||||
# INPUT PLUGINS #
|
||||
###############################################################################
|
||||
|
Reference in New Issue
Block a user