GO BACK
{{ .Start.Format "2006-01-02" }} {{ .Title }} VPN Report
Sortable and filterable columns provided!
Now: {{ .Start }}
Grabbed {{ .Streams }} log streams' events from past {{ .Age }}.
Found {{ .Events }} total events over past 9s from 8 streams.
Known IPs at start: {{ .IPmap }}, found {{ .NewIPS }} more.
Skipped {{ .Skip }} unusable or external events and filtered {{ .Filtered }}.
The remaining events {{ .Keep }} aggregated to {{ .Destinations }} destinations.
Loaded {{ .OldFlows }} previous destination flows (from yesterday's report).
Old Flows combined with current flows total {{ len .Flows }}.
Reset Filters
{{ len .Flows }} destinations shown, 0 hidden
Isengard
Account Name
Unique Flows
Destination
Service
Last Seen
{{ range $data := .Flows }}
{{ $data.AccountID }}
{{ $data.Name }}
{{ $data.Count }}
{{ $data.IPPort }}
{{ $data.Service }}
{{ $data.LastSeen.Format "2006-01-02" }}
{{ end }}