Skip to content

VAST 2020.07.28

Download the release on GitHub.

Starting with this release, installing VAST on any Linux becomes significantly easier: A static binary will be provided with each release on the GitHub releases page.

By @tobim in #966.

Add MsgPack-based Table Slice implementation

Section titled “Add MsgPack-based Table Slice implementation”

We open-sourced our MessagePack-based table slice implementation, which provides a compact row-oriented encoding of data. This encoding works well for binary formats (e.g., PCAP) and access patterns that involve materializing entire rows. The MessagePack table slice is the new default when Apache Arrow is unavailable. To enable parsing into MessagePack, you can pass --table-slice-type=msgpack to the import command, or set the configuration option import.table-slice-type to 'msgpack'.

By @dominiklohmann in #975.

Use Flatbuffers for Persistent State of Segment Store and Meta Index

Section titled “Use Flatbuffers for Persistent State of Segment Store and Meta Index”

FlatBuffers is now a required dependency for VAST. The archive and the segment store use FlatBuffers to store and version their on-disk persistent state.

By @lava in #972.

Improve handling of the default schema paths

Section titled “Improve handling of the default schema paths”

VAST now recognizes /etc/vast/schema as an additional default directory for schema files.

By @tobim in #980.

The suricata schema file contains new type definitions for the stats, krb5, smb, and ssh events.

By @tobim in #954.

The PCAP reader now correctly shows the amount of generated events.

By @tobim in #954.

Last updated: