Skip to content

Commit

Permalink
The parameter is called "hosts" and not "endpoint" (#23644)
Browse files Browse the repository at this point in the history
* The parameter is called "hosts" and not "endpoint"

See https://github.com/elastic/beats/blob/621c9e2cf614235a104a170229cb324ebfbea811/x-pack/dockerlogbeat/pipelinemanager/config.go#L37 for reference

* Update CHANGELOG.next.asciidoc
  • Loading branch information
DracoBlue committed Feb 8, 2021
1 parent f87eac2 commit 2363df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Elastic Log Driver*

- Add support for `docker logs` command {pull}19531[19531]
- Fixed docs for hosts {pull}23644[23644]

==== Deprecated

Expand Down
2 changes: 1 addition & 1 deletion x-pack/dockerlogbeat/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Plugin supports a number of Elasticsearch config options:

```
docker run --log-driver=elastic/{log-driver-alias}:{version} \
--log-opt endpoint="myhost:9200" \
--log-opt hosts="myhost:9200" \
--log-opt user="myusername" \
--log-opt password="mypassword" \
-it debian:jessie /bin/bash
Expand Down

0 comments on commit 2363df4

Please sign in to comment.