steampipe plugin install chaos

Table: chaos_plugin_crash

Chaos table to print 50 rows and do an os.Exit(-1) to simulate a plugin crash

Examples

List all

select
*
from
chaos_plugin_crash;

Schema for chaos_plugin_crash

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
idbigint