Skip to main content
User guide

Security posture

The first look of a shift: four stat cards, an alert timeline, two Top 10s, the recent-alert queue. One aggregation search over the alert index.

Security posture is the first page of "Security operations"; its tab family includes Alerts and Reports. Available in every edition.

Security posture

Data source

The alert index defaults to notable (Enterprise Security) and can be changed in configuration or at the top of the Alerts page. Without ES the mapping is rule_namerule_name / search_name / sourcetype, severity ← urgency (default medium), subject ← dest / src / user / host. A missing index renders the empty state, not an error.

One SPL does all the aggregation (bin | stats count by _time severity rule_name subject_value); Python folds it and zero-fills buckets. Windows of 24h / 7d / 30d use 5-minute / 1-hour / 1-day buckets.

The page

BlockContent
Four cardsAlerts in the window, Critical + High, open (not closed in triage / dispositions), platform issues (fail + warn from the Platform health check-up)
TimelineAlert count stacked by severity
Severity donutShare per level
Top 10 rulesMost-fired rules
Top 10 subjectsMost-seen hosts / users
Recent alertsNewest 20; a row opens its detail on the Alerts page

Top 10

With demo data whose sourcetypes have no events in the last 24 hours the 24h window reads 0; switch to 7d or 30d.

On this page