Skip to main content
Version: Next

create_lookup_table

Creates a lookup table context.

context::create_lookup_table name:string

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:

<prefix>/etc/tenzir/tenzir.yaml
tenzir:
  contexts:
    my-table:
      type: lookup-table

name: string

The name of the new lookup table.

Examples

Create a new lookup table context

context::create_lookup_table "ctx"

See Also

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