Skip to content

Commit

Permalink
Fix docker command for loading dashboards (#8531)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Oct 15, 2018
1 parent da4e2e2 commit 43b134e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/docs/dashboards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endif::[]
["source","sh",subs="attributes"]
----------------------------------------------------------------------
docker run {dockerimage} setup --dashboards
docker run --net="host" {dockerimage} setup --dashboards
----------------------------------------------------------------------

*win:*
Expand Down Expand Up @@ -125,7 +125,7 @@ ifdef::allplatforms[]
["source","sh",subs="attributes"]
----
docker run {dockerimage} setup -e \
docker run --net="host" {dockerimage} setup -e \
-E output.logstash.enabled=false \
-E output.elasticsearch.hosts=['localhost:9200'] \
-E output.elasticsearch.username={beat_default_index_prefix}_internal \
Expand Down

0 comments on commit 43b134e

Please sign in to comment.