Exec plugin v0.0.4 - Added stdout and stderr columns and fixed inconsistent local and remote results
Sep 29, 2023•steampipe
Breaking changes
- Removed the output column in the exec_command table. This column has been replaced by the stdout_output and stderr_output columns. (#13)
What's new?
- Added stdout_output and stderr_output columns to the exec_command table. (#13)
- Added stream column to the exec_command_line table. (#13)
- Added plugin limiter exec_global with MaxConcurrency set to 15 in an effort to reduce abuse reports due to large number of concurrent remote connections. (#13)
Bug fixes
- Results from the exec_command table should now be consistent when using local and remote connections. (#13)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.0 which adds support for rate limiters. (#13)
- Recompiled plugin with Go 1.21. (#13)