Creates a lookup table context.
context::create_lookup_table name:stringDescription
Section titled “Description”The context::create_lookup_table operator constructs a new context of type
lookup table.
You can also create a lookup table as code by adding it to tenzir.contexts in
your tenzir.yaml:
tenzir: contexts: my-table: type: lookup-tablename: string
Section titled “name: string”The name of the new lookup table.
Examples
Section titled “Examples”Create a new lookup table context
Section titled “Create a new lookup table context”context::create_lookup_table "ctx"See Also
Section titled “See Also”context::create_bloom_filter,
context::inspect,
context::load,
context::remove,
context::save,
create_geoip,
enrich,
erase,
list,
reset,
update