feat(flow-templates): inspect NetFlow/IPFIX templates in web UI #3243
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3243
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "mikemiles-dev/flow-templates-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an operator-facing view of NetFlow v9 / IPFIX templates the
flow-collector replicas have learned, decoded from the shared
flow_templates NATS KV bucket and grouped per exporter (router) with
per-template field lists.
Why: confirms multi-replica template propagation through the KV bucket
is working in deployed clusters and gives ops a way to see what each
router is sending without shelling into a collector pod.
Surfaces:
card alongside Traffic Analysis, Talkers, Topology, Flow Explorer)
Plumbing:
so datasvc clients can read non-default KV buckets.
methods, read-only and require the bucket to already exist (datasvc
does not auto-create non-default buckets). nats_security mode "none"
no longer requires a creds file (was rejecting plain unauth NATS dev
setups).
template payloads (V9 / V9 options / IPFIX / IPFIX options + V9-style
IPFIX), curated v9 + IPFIX field-name registry copied from the rust
netflow_parser IANA enums (~158 v9 + ~500 IPFIX entries with
field_NNN / enterprise_EEE_field_NNN fallbacks).
by default; Dockerfile pinned to rust:1.88-bookworm so produced
binaries match the bookworm-slim runtime GLIBC.
(datasvc.simple.json + the relaxed validation), and the web-ng
Dockerfile copies elixir_uuid which was a previously-missing path
dep.
Tests: parser, decoder (round-trips rust encoder layouts incl
enterprise + scope fields), API controller error paths.
7089194ad11c47a0eaff3cbbdc9f5ad8ebafe923lgtm
View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.