Interview Observability

What is a Splunk saved search and a scheduled alert? [Advanced]

Answer

A Splunk saved search is a stored SPL query with permissions and optional schedule. A scheduled alert is a saved search that runs on a schedule and triggers an action when defined conditions are met.

Technical explanation

Saved searches standardize repeated analysis and can back dashboards, reports, or alerts.

Scheduled alerts should use efficient SPL, bounded time windows, and clear trigger conditions.

Alert actions can notify email, webhook, ITSM, on-call tooling, or custom integrations.

Hands-on example

Example: save a search: index=prod_app service=checkout earliest=-5m level=ERROR | stats count by error_code. Schedule every five minutes. Trigger if count > 100 for error_code=PAYMENT_TIMEOUT, then send a webhook to the incident system with dashboard and runbook links.

Preparing for an interview?

Check how well your resume matches the role with our free resume checker— match score, ATS check, and the skills you're missing.

More Observability interview questions

← All Observability questions