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.
idbigint
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.