Uptime discovery/self registration

Hi, is it possible to have some kind of discovery/self registration for applications and services in Elastic Uptime?

So that applications can register the required uptime checks and alerting without having to bother the elastic admin?

Suppose your application/services are executed via Containers, K8S pods, or behind an AWS load balancer. In that case, you can use the autodiscover feature from Heartbeat to automatically add heartbeat probing to whatever containers/pods are spun up.

If you need an example, I recorded a tutorial in the YouTube channel from the Elastic community:

@riferrei

Hi Ricardo, thanks for the reply. Our application landscap consists of both services within Kubernetes as services and applications outside of it. Is there any other option?

In an automatic way, only the options I listed before are supported OOTB, namely — K8S, Docker, and AWS Load Balancers. Services that are not using these approaches are supposed to have their uptime data collected manually. However, there are architectural designs you can follow to make up for them. As an example, you can build your services to communicate with each other via a service mesh, in which the data planes of these services could perform this uptime data collection on their behalf.

@riferrei