From 9884deceae6db82b8a262e079d71f1c881dadac0 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Mon, 29 Apr 2024 12:07:40 -0700 Subject: [PATCH] wip --- apps/zui/docs/features/Packet-Captures.md | 18 ++++-------------- apps/zui/src/plugins/brimcap/configurations.ts | 8 ++++++++ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/apps/zui/docs/features/Packet-Captures.md b/apps/zui/docs/features/Packet-Captures.md index 18c75c5fa..da2a0dd9a 100644 --- a/apps/zui/docs/features/Packet-Captures.md +++ b/apps/zui/docs/features/Packet-Captures.md @@ -2,18 +2,8 @@ sidebar_position: 2 --- -# Preview & Load +# Packet Captures -The video below shows how you can preview and -[shape](https://zed.brimdata.io/docs/language/shaping) your data as you load it -into a [Zed lake](https://zed.brimdata.io/docs/commands/zed) with Zui. It also -touches on the significance of setting a -[pool key](https://zed.brimdata.io/docs/commands/zed#pool-key) and customizing -the stacked bar chart. - -To further explore the Zed concepts shown in the video, you may want to read -the [`zq` tutorial](https://zed.brimdata.io/docs/tutorials/zq) and use the -[`prs.json`](https://github.com/brimdata/zed/raw/main/docs/tutorials/prs.json) -test data. - - +Though Zui is suited for working with all forms of data, the app includes +additional funcitonality specific to packet capture +([pcap](https://en.wikipedia.org/wiki/Pcap)) data. diff --git a/apps/zui/src/plugins/brimcap/configurations.ts b/apps/zui/src/plugins/brimcap/configurations.ts index 81f969ebe..141078e88 100644 --- a/apps/zui/src/plugins/brimcap/configurations.ts +++ b/apps/zui/src/plugins/brimcap/configurations.ts @@ -26,6 +26,10 @@ export function activateBrimcapConfigurations() { type: "folder", label: "Local Suricata Rules Folder", defaultValue: "", + helpLink: { + label: "docs", + url: "https://zui.brimdata.io/docs/features/Packet-Captures", + }, }, [pcapFolderPropName]: { name: pcapFolderPropName, @@ -33,6 +37,10 @@ export function activateBrimcapConfigurations() { label: "Folder For Extracted pcaps", defaultValue: "", placeholder: "Default OS tmpdir", + helpLink: { + label: "docs", + url: "https://zui.brimdata.io/docs/features/Packet-Captures", + }, }, }, })