Skip to content

Commit

Permalink
docs: fix example (#27117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Jul 30, 2021
1 parent 722b01f commit ca0e71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/http-endpoint.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ curl -XGET 'localhost:5066/?pretty'
["source","js",subs="attributes"]
----
{
"beat": "metricbeat",
"beat": "{beatname_lc}",
"hostname": "example.lan",
"name": "example.lan",
"uuid": "34f6c6e1-45a8-4b12-9125-11b3e6e89866",
Expand Down

0 comments on commit ca0e71c

Please sign in to comment.