erase
Removes entries from a context.
context::erase name:string, key=any
Description
Section titled “Description”The context::erase
operator removes data from a context.
Use the key
argument to specify the field in the input that should be
deleted from the context.
name: string
Section titled “name: string”The name of the context to remove entries from.
key = any
Section titled “key = any”The field that represents the enrichment key in the data.
Examples
Section titled “Examples”Delete entries from a context
Section titled “Delete entries from a context”from {network: 10.0.0.1/16}context::erase "network-classification", key=network
See Also
Section titled “See Also”context::create_bloom_filter
,
context::create_geoip
,
context::create_lookup_table
,
context::enrich
,
context::inspect
,
context::list
,
context::load
,
context::remove
,
context::reset
,
context::save
,
context::update