Imports events into a Tenzir node.
importDescription
Section titled “Description”The import operator persists events in a Tenzir node.
This operator is the dual to export.
Examples
Section titled “Examples”Import Zeek connection logs in TSV format
Section titled “Import Zeek connection logs in TSV format”from_file "conn.log" { read_zeek_tsv}import