Fix typo in CONFIGURATION.md example (#5441)
This commit is contained in:
parent
ab1a1b075d
commit
c18934f065
|
@ -527,7 +527,7 @@ output. The tag is removed in the outputs before writing.
|
||||||
urls = ["http://influxdb.example.com"]
|
urls = ["http://influxdb.example.com"]
|
||||||
database = "db_other"
|
database = "db_other"
|
||||||
tagexclude = ["influxdb_database"]
|
tagexclude = ["influxdb_database"]
|
||||||
[ouputs.influxdb.tagpass]
|
[outputs.influxdb.tagpass]
|
||||||
influxdb_database = ["other"]
|
influxdb_database = ["other"]
|
||||||
|
|
||||||
[[inputs.disk]]
|
[[inputs.disk]]
|
||||||
|
|
Loading…
Reference in New Issue