From c18934f06545ca7fe4e82dfe5aa0eb4ad65382d6 Mon Sep 17 00:00:00 2001 From: tgregory86 <45361664+tgregory86@users.noreply.github.com> Date: Fri, 15 Feb 2019 14:13:43 -0500 Subject: [PATCH] Fix typo in CONFIGURATION.md example (#5441) --- docs/CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 2b1993a45..157ad023c 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -527,7 +527,7 @@ output. The tag is removed in the outputs before writing. urls = ["http://influxdb.example.com"] database = "db_other" tagexclude = ["influxdb_database"] - [ouputs.influxdb.tagpass] + [outputs.influxdb.tagpass] influxdb_database = ["other"] [[inputs.disk]]