We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b95b3 commit d59b6c5Copy full SHA for d59b6c5
pipeline/inputs/exec.md
@@ -2,6 +2,10 @@
2
3
The **exec** input plugin, allows to execute external program and collects event logs.
4
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
+
9
## Configuration Parameters
10
11
The plugin supports the following configuration parameters:
0 commit comments