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
@@ -37,7 +37,7 @@ Output destinations are configured using the format: `--output destinations.<nam
37
37
38
38
### Output Options
39
39
40
-
- **option:{stack-addresses,exec-env,exec-hash,parse-arguments,parse-arguments-fds,sort-events}**: Augment output according to the given options. Multiple options can be specified, separated by commas.
40
+
- **option:{stack-addresses,exec-env,exec-hash,parse-arguments,parse-arguments-fds}**: Augment output according to the given options. Multiple options can be specified, separated by commas.
41
41
42
42
- **stack-addresses**: Include stack memory addresses for each event.
43
43
- **exec-env**: When tracing execve/execveat, show the environment variables that were used for execution.
@@ -48,7 +48,8 @@ Output destinations are configured using the format: `--output destinations.<nam
48
48
- **digest-inode**: Most efficient, keys hash to container image digest and inode pair. Requires container enrichment.
49
49
- **parse-arguments**: Parse event arguments into human-readable strings instead of raw machine-readable values.
50
50
- **parse-arguments-fds**: Enable parse-arguments and enrich file descriptors with file path translation. May cause pipeline slowdowns.
51
-
- **sort-events**: Enable sorting events before passing them to output. May decrease overall program efficiency.
51
+
52
+
- **sort-events**: Enable sorting events before passing them to output. May decrease overall program efficiency.
0 commit comments