Skip to content

Commit 2f2a5d2

Browse files
Merge pull request #3441 from meilisearch/ENGPROD-2231-remove-analytics-banner
Remove analytics banner
2 parents 0333cd4 + 980d508 commit 2f2a5d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

learn/analytics/migrate_analytics_monitoring.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ title: Migrate to the November 2025 Meilisearch Cloud analytics
33
description: Follow this guide to ensure your Meilisearch Cloud analytics configuration is up to date after the November 2025 release.
44
---
55

6-
<Note>
7-
This article refers to a new version of the Meilisearch Cloud analytics that is being rolled out in November 2025. Some features described here may not yet be available to your account. Contact support for more information.
8-
</Note>
9-
106
## Analytics and monitoring are always active
117

128
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.

snippets/samples/code_samples_rename_an_index_1.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ curl \
77
--data-binary '{ "uid": "INDEX_B" }'
88
```
99

10+
```python Python
11+
client.index("INDEX_A").update(new_uid="INDEX_B")
12+
```
13+
1014
```java Java
1115
client.updateIndex("indexA", null, "indexB");
1216
```

0 commit comments

Comments
 (0)