Skip to content
Snippets Groups Projects
Unverified Commit 086a2f5f authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Clarify retention policy option for influxdb output

closes #2696
parent 1da1c475
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment