Skip to content

Commit d59b6c5

Browse files
author
Pat
authored
exec: container support info (#692)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 74b95b3 commit d59b6c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/inputs/exec.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The **exec** input plugin, allows to execute external program and collects event logs.
44

5+
## Container support
6+
This plugin will not function in the distroless production images (AMD64 currently) as it needs a functional `/bin/sh` which is not present.
7+
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.
8+
59
## Configuration Parameters
610

711
The plugin supports the following configuration parameters:

0 commit comments

Comments
 (0)