elastic / uptime

This project includes resources and general issue tracking for the Elastic Uptime solution
12 stars 3 forks source link

Use a different method for adding a monitor #469

Closed shahzad31 closed 2 years ago

shahzad31 commented 2 years ago

Synthetics service has been refactored to use a separate handler to add monitor.

/monitorsend point with POST will be used to add monitors /monitorsend point with PUT will be used to sync monitors

This is necessary to display and calculate public beta limits in service.

We need to make changes in kibana to account for these new methods.