Skip to content

inspect

Resets a context.

context::inspect name:string

The context::inspect operator shows details about a specified context.

The name of the context to inspect.

Add data to the lookup table:

from {x:1, y:"a"},
{x:2, y:"b"}
context::update "ctx", key=x, value=y

Retrieve the lookup table contents:

context::inspect "ctx"
{key: 2, value: "b"}
{key: 1, value: "a"}

context::create_bloom_filter, context::create_geoip, context::create_lookup_table, context::enrich, context::erase, context::list, context::load, context::remove, context::reset, context::save, context::update