{{template "base" .}} {{define "content"}}
Alerts
Security events detected by CrowdSec agents
{{if .ShowUpdates}}{{end}} {{if or .Filter.Scenario .Filter.IP .Filter.Since}}Clear{{end}}
Alerts
{{if .Alerts}}
{{range .Alerts}} {{end}}
ID Scenario Source Country Events Decisions Date Action
{{.ID}} {{truncate .Scenario 40}} {{.Source.Value}} {{if .Source.CN}}{{countryFlag .Source.CN}} {{.Source.CN}}{{end}} {{.EventsCount}} {{len .Decisions}} {{truncate .StartAt 16}}
Page {{.Page}} · {{len .Alerts}} per page
{{if gt .Page 1}} Previous {{end}} {{if .HasNext}} Next {{end}}
{{else}}
No alerts found
No security events match the current filters
{{end}}
{{end}} {{define "scripts"}} {{end}}