From 82bf8497f1073dd0033ded3210e37cf96b7efdea Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Tue, 10 Jan 2023 14:46:17 +0100 Subject: [PATCH] docs(inputs.example): correctly set syntax highlighting and section name (#12471) --- plugins/inputs/example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/example/README.md b/plugins/inputs/example/README.md index 0e4de904f..2db9a0b09 100644 --- a/plugins/inputs/example/README.md +++ b/plugins/inputs/example/README.md @@ -75,13 +75,13 @@ SELECT max(field1), mean(field1), min(field1) FROM measurement1 WHERE tag1=bar A This optional section can provide basic troubleshooting steps that a user can perform. -## Example +## Example Output This section shows example output in Line Protocol format. You can often use `telegraf --input-filter --test` or use the `file` output to get this information. -```shell +```text measurement1,tag1=foo,tag2=bar field1=1i,field2=2.1 1453831884664956455 measurement2,tag1=foo,tag2=bar,tag3=baz field3=1i 1453831884664956455 ```