From 7c2791de26aaa93b3aa9164c555835e515eab0b7 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Mon, 31 Jan 2022 14:31:50 +0000 Subject: [PATCH] exec: container support info Signed-off-by: Patrick Stephens --- pipeline/inputs/exec.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipeline/inputs/exec.md b/pipeline/inputs/exec.md index fc800cb48..959a47afc 100644 --- a/pipeline/inputs/exec.md +++ b/pipeline/inputs/exec.md @@ -2,6 +2,10 @@ The **exec** input plugin, allows to execute external program and collects event logs. +## Container support +This plugin will not function in the distroless production images (AMD64 currently) as it needs a functional `/bin/sh` which is not present. +It will function in the 1.8.12 and later `-debug` images though as well as the ARM production images as these include a full shell. + ## Configuration Parameters The plugin supports the following configuration parameters: