停用搜索分析和监控

    本指南将向你展示如何停用 Meilisearch Cloud 的搜索分析和监控。

    在项目概览中停用分析和监控

    登录到你的 Meilisearch Cloud 账户并导航到项目的概览。找到“分析和监控”部分,然后点击“停用分析和监控”按钮

    The analytics section of the project overview. It shows one button, "Disable analytics and monitoring", and a short explanation of both features.

    更新应用程序中的 URL

    停用分析和监控会更改你的 API URL。更新你的应用程序,以便所有 API 请求指向正确的 URL

    curl \
      -X POST 'https://PROJECT_URL/indexes/products/search' \
      -H 'Content-Type: application/json' \
      --data-binary '{ "q": "green socks" }'
    

    之前的 API URL 仍可正常使用,但 Meilisearch 建议在项目中禁用分析后不要继续使用它。如果你使用之前的 URL 创建了任何自定义 API 密钥,请务必更换密钥。

    更新conversionclick事件

    如果你正在追踪conversionclick事件,请更新你的应用程序以停止将事件发送到 Meilisearch Cloud。