Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Apr 29, 2024
1 parent 5d0ac8b commit 9884dec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
18 changes: 4 additions & 14 deletions apps/zui/docs/features/Packet-Captures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<iframe width="560" height="315" src="https://www.youtube.com/embed/ywPG1a9FLX0?si=xykqAgIPpsocYhJz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
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.
8 changes: 8 additions & 0 deletions apps/zui/src/plugins/brimcap/configurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ 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,
type: "folder",
label: "Folder For Extracted pcaps",
defaultValue: "",
placeholder: "Default OS tmpdir",
helpLink: {
label: "docs",
url: "https://zui.brimdata.io/docs/features/Packet-Captures",
},
},
},
})
Expand Down

0 comments on commit 9884dec

Please sign in to comment.