Clarify retention policy option for influxdb output

closes #2696
This commit is contained in:
Daniel Nelson 2017-04-28 13:46:23 -07:00
parent 1da1c4753e
commit 086a2f5f12
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ var sampleConfig = `
## The target database for metrics (telegraf will create it if not exists).
database = "telegraf" # required
## Retention policy to write to. Empty string writes to the default rp.
## Name of existing retention policy to write to. Empty string writes to
## the default retention policy.
retention_policy = ""
## Write consistency (clusters only), can be: "any", "one", "quorum", "all"
write_consistency = "any"