Skip to main content

Analytics and monitoring are always active

Analytics and monitoring are now active in all Meilisearch Cloud projects. Basic functionality requires no extra configuration. Tracking user conversion, clickthrough, and clicked result position must instead be explicitly configured.

Update URLs in your application

Meilisearch no longer requires edge.meilisearch.com to track search analytics. Update your application so all API requests, including click and conversion events, point to your project URL:
curl \
  -X POST 'https://PROJECT_URL/indexes/products/search' \
  -H 'Content-Type: application/json' \
  --data-binary '{ "q": "green socks" }'
edge.meilisearch.com was deprecated on February 28, 2026 and is no longer functional. You must update all API requests to use your project URL. If you created any custom API keys using the previous URL, you will also need to replace them.