Beat Types
Beat types describe what StatiBeat checks and what kind of signal the Beat produces.
Common first choices
Start with the simplest Beat that proves the user-facing path works.
HTTP: checks a website, status page, or general web endpointAPI: checks a service endpoint with API-focused naming and messagesLatency: checks whether an endpoint is too slowSSL / Certificate Check: checks certificate validity and expiry
These are good first choices for most teams.
Private and browser checks
Use Private Beat when StatiBeat needs a small agent inside your network to check something the shared runtime cannot reach.
Use Browser Journey when a simple endpoint check is not enough and you need to verify a real user flow, such as sign-in, checkout, or signup.
Network checks
Use network-focused Beats when the signal is lower-level:
TCP Connect: confirms a host and port accept connectionsDNS Resolve: confirms a hostname resolvesICMP Ping: checks basic reachabilityPacket Loss: checks intermittent network quality
These are useful for infrastructure and edge-reachability checks, but they may need careful messaging before becoming customer-facing.
External Event
Use External Event when another monitoring system already has the trusted signal.
External Event Beats are driven by External Beat Triggers instead of scheduled probes.
Generic Advanced
Use Generic (Advanced) only when the simpler Beat types do not fit.
If you are unsure, start with a specific Beat type first. It will usually be easier for operators to understand later.
Related docs
- See Beats
- See External Beat Triggers