You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/exec.md
+39-44Lines changed: 39 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ The _Exec_ input plugin lets you execute external programs and collects event lo
6
6
7
7
This plugin invokes commands using a shell. Its inputs are subject to shell metacharacter substitution. Careless use of untrusted input in command arguments could lead to malicious command execution.
8
8
9
-
{% end hint %}
9
+
{% endhint %}
10
10
11
11
## Container support
12
12
13
-
This plugin needs a functional `/bin/sh` and won't function in all the distroless production images.
13
+
This plugin needs a functional `/bin/sh` and won't function in all the distro-less production images.
14
14
15
15
The debug images use the same binaries so even though they have a shell, there is no support for this plugin as it's compiled out.
16
16
@@ -38,8 +38,8 @@ You can run the plugin from the command line or through the configuration file:
38
38
39
39
The following example will read events from the output of _ls_.
0 commit comments