-
Notifications
You must be signed in to change notification settings - Fork 136
Description
I would really like to see ZUI as a web-app not only Desktop app. It would be really helpful when considering collaborative work, especially for investigating a timeline or Packet captures. The web-app could also be dockerized.
As a context, we do not use ZED and ZUI for classic data. We use it for better timeline investigation in DFIR (digital forensics and incident response) due to it's speed and capability of filtering out data and ease of creating tables from timelines.
The main idea is that it can be dockerized, queries are not stored locally but rather in the web-app itself, so users can reuse queries without sending them for ex. via chat apps. Also the current Desktop app does not support proxy, which is crucial for our setup, and thus we cannot access zed-lake behind proxy via the Desktop app (proxychains does not work)