Saves context state.
context::save name:stringDescription
Section titled “Description”The context::save operator dumps the state of the specified context into its
(binary) output.
name: string
Section titled “name: string”The name of the context whose state to save.
Examples
Section titled “Examples”Store the database of a GeoIP context
Section titled “Store the database of a GeoIP context”context::save "ctx"save_file "snapshot.mmdb"See Also
Section titled “See Also”context::create_bloom_filter,
context::create_lookup_table,
context::load,
context::remove,
context::reset,
create_geoip,
enrich,
erase,
inspect,
list,
update