Skip to content

Commit

Permalink
Add warning about needing --environment to start 8.17.0 Docker images (
Browse files Browse the repository at this point in the history
…#42064) (#42088)

* Add warning about needing -e to start 8.17.0 Docker images

* change to '--environment'

* touchup

* Update libbeat/docs/shared-docker.asciidoc

Co-authored-by: Tiago Queiroz <[email protected]>

---------

Co-authored-by: Tiago Queiroz <[email protected]>
(cherry picked from commit 165514a)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Dec 17, 2024
1 parent 6e72e29 commit 487009a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libbeat/docs/shared-docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ The following checks were performed on each of these signatures:

==== Run the {beatname_uc} setup

IMPORTANT: A link:https://github.com/elastic/beats/issues/42038[known issue] in version 8.17.0 prevents {beats} Docker images from starting when no options are provided. When running an image on that version, add an `--environment container` parameter to avoid the problem. This is planned to be addressed in issue link:https://github.com/elastic/beats/pull/42060[#42060].

Running {beatname_uc} with the setup command will create the index pattern and
load visualizations
ifndef::no_dashboards[]
Expand Down

0 comments on commit 487009a

Please sign in to comment.