Removes entries from a context.
context::erase name:string, key=anyDescription
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=networkSee Also
Section titled “See Also”context::create_bloom_filter,
context::create_lookup_table,
context::inspect,
context::load,
context::remove,
context::reset,
context::save,
create_geoip,
enrich,
list,
update