From 1e24811343752a9c9f52b7651b904b19d0f031c8 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:08:27 -0500 Subject: [PATCH] Add warning about needing --environment to start 8.17.0 Docker images (#42064) * 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 --------- Co-authored-by: Tiago Queiroz (cherry picked from commit 165514a9395014fe13542b9937b1263a88aa615b) --- libbeat/docs/shared-docker.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libbeat/docs/shared-docker.asciidoc b/libbeat/docs/shared-docker.asciidoc index da5088072b0..1c62313bed0 100644 --- a/libbeat/docs/shared-docker.asciidoc +++ b/libbeat/docs/shared-docker.asciidoc @@ -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[]