Skip to content

Commit 21fba6a

Browse files
committed
coderabbit fixes
1 parent bac3106 commit 21fba6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

self-hosting/govern/advanced-search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The Plane Helm chart provides auto-setup for OpenSearch. If you're using your ow
100100
opensearch_remote_url: 'https://your-opensearch-instance:9200/'
101101
opensearch_remote_username: 'admin'
102102
opensearch_remote_password: 'your-secure-password'
103-
opensearch_index_prefix: 'plane_'
103+
opensearch_index_prefix: 'plane'
104104
```
105105
106106
Refer to the [Plane Helm chart documentation](https://artifacthub.io/packages/helm/makeplane/plane-enterprise?modal=values&path=env.opensearch_remote_url) for complete values structure.
@@ -293,4 +293,4 @@ Each index is optimized for its content type:
293293
| `{prefix}_issue_views` | Saved views | Saved view search and filtering |
294294
| `{prefix}_teamspaces` | Teamspaces | Teamspace discovery |
295295

296-
The `{prefix}` is whatever you configured in `OPENSEARCH_INDEX_PREFIX`, or empty if you didn't set a prefix. This prefix exists because you might run multiple Plane instances pointing to the same OpenSearch cluster. The prefix prevents different instances from accidentally sharing or conflicting with each other's indices.
296+
The `{prefix}` is whatever you configured in `OPENSEARCH_INDEX_PREFIX`, or empty if you didn't set a prefix. This prefix exists because you might run multiple Plane instances pointing to the same OpenSearch cluster. The prefix prevents different instances from accidentally sharing or conflicting with each other's indices.

0 commit comments

Comments
 (0)