Skip to content

Commit b805d6e

Browse files
committed
Fix formatting for code samples
Fixes #771
1 parent 2ebd8f9 commit b805d6e

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
@@ -58,10 +58,16 @@ All values will be passed through `event.sprintf`
5858

5959
Example:
6060
[source,ruby]
61+
-----
6162
["title":"Logstash event", "description":"Logstash event for %{host}"]
63+
-----
64+
6265
or
66+
6367
[source,ruby]
68+
-----
6469
["title":"Logstash event", "description":"Logstash event for %{host}", "parent_id", "1"]
70+
-----
6571

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

0 commit comments

Comments
 (0)