Skip to content

Commit 88d7d04

Browse files
committed
Fix formatting for code samples
Fixes #771
1 parent 725cbcd commit 88d7d04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/plugins/outputs/circonus.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,16 @@ All values will be passed through `event.sprintf`
5959

6060
Example:
6161
[source,ruby]
62+
-----
6263
["title":"Logstash event", "description":"Logstash event for %{host}"]
64+
-----
65+
6366
or
67+
6468
[source,ruby]
69+
-----
6570
["title":"Logstash event", "description":"Logstash event for %{host}", "parent_id", "1"]
71+
-----
6672

6773
[id="plugins-{type}s-{plugin}-api_token"]
6874
===== `api_token`

0 commit comments

Comments
 (0)