Monitor Storage Utilization Regularly
The first habit to establish is checking onboard storage utilization on a routine basis. The admin interface displays current utilization across all storage paths — PCAP, flows, telemetry, alerts, extracted files, and AI outputs — on the Data Management → Storage panel. Each path is shown separately, so you can see which data type is consuming the most space. How frequently you should check depends on your deployment context:- High-throughput environments (busy network segments, many active protocols): check daily, or configure alerting thresholds in the admin interface to notify you when utilization crosses a level you define.
- Medium-throughput environments: check every few days.
- Low-throughput or intermittent deployments: weekly checks are generally sufficient, but verify after any period of unusually high activity.
Understand Rollover Behavior
When a storage path reaches capacity, the LARK overwrites the oldest data in that path to make room for incoming data. This is automatic and does not require any action on your part — but it also does not wait for your permission. Once older data has been overwritten, it is gone from the appliance and cannot be recovered locally. Key points about rollover:- Rollover is per storage path, not for the entire appliance. A PCAP storage path that is full will roll over PCAP data, but alert records on a separate path are unaffected.
- The data that is overwritten is always the oldest data in that path. The most recent data is always preserved.
- Rollover does not generate an alert by default. If you want to be notified before rollover begins, configure a utilization threshold alert in the admin interface.
Set Up Periodic Offloading
Proactive offloading is the most effective way to manage onboard storage. Configuring an offload schedule that runs before storage reaches its capacity limit means that older data is copied to your external infrastructure before the rollover threshold is reached, preserving it while also freeing headroom on the appliance. When configuring your offload schedule:- Choose an interval that keeps utilization comfortably below 80% under your typical traffic load. Start with a conservative interval and adjust based on actual utilization trends.
- If different data types fill at very different rates, consider configuring separate offload schedules for high-volume paths (such as PCAP) and lower-volume paths (such as alerts).
- After each offload cycle, verify in the admin interface that the job completed successfully and that utilization has decreased as expected.
Recommended Utilization Thresholds
Use the following thresholds as a guide for how to respond to different utilization levels on any storage path:These thresholds apply to individual storage paths, not to total appliance storage. A path at 90% is a concern even if overall utilization appears lower in aggregate views.
Performance Impact of Near-Full Storage
Operating at high storage utilization does not just risk data loss — it also degrades write performance. When a storage path is consistently near capacity, the system spends more resources on rollover management and space reclamation, which competes with the continuous data writes from the capture and processing pipeline. The effects can include increased write latency, slower query response in the admin interface, and reduced offload throughput. Keeping storage below 80% is not just a data preservation recommendation — it is a performance recommendation. Appliances that are routinely run near full capacity will show measurably worse performance compared to those with adequate headroom.Storage Capacity by Data Type
Some data types are inherently higher volume than others, and this affects how quickly individual storage paths fill. As a general guide:- PCAP is by far the highest-volume data type and will typically consume the most storage.
- Flows and telemetry are much more compact than PCAP — typically one to two orders of magnitude smaller for equivalent traffic.
- Alerts, extracted files, and AI outputs are generally low volume relative to PCAP and telemetry, though extracted file storage can spike during file-heavy transfer events.