Skip to content

Commit 7ee60af

Browse files
agup006Anurag Gupta
authored andcommitted
Update http.md
Add requirement for buffer tag, key to use ${tag}, ${key} Signed-off-by: Anurag Gupta <agup006@gmail.com>
1 parent 64f4a66 commit 7ee60af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/output/http.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ endpoint https://example.com/api
5555
```
5656

5757
The `endpoint` parameter supports placeholders, so you can embed time, tag and
58-
record fields in the endpoint. Here is an example:
58+
record fields in the endpoint. Placeholders also require the buffer section in order to work.
59+
Here is an example:
5960

6061
```
6162
endpoint http://example.com/api/${tag}-${key}

0 commit comments

Comments
 (0)