Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(server-config): add analytics-minute-rate-limit server parameter #267

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs-site/content/27.1/api/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ Command line arguments can be passed to the server as `--parameter=value`.

### Analytics

| Parameter | Required | Description |
|------------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------|
| `--enable-search-analytics` | false | Allow search queries to be aggregated for query analytics. Default: `false` |
| `--analytics-dir` | false | Directory for Typesense to store analytics data. |
| `--analytics-flush-interval` | false | Interval (in seconds) that determines how often the search query aggregations are persisted to storage. Default: `3600` (every hour) |
| Parameter | Required | Description |
|---------------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------|
| `--enable-search-analytics` | false | Allow search queries to be aggregated for query analytics. Default: `false` |
| `--analytics-dir` | false | Directory for Typesense to store analytics data. |
| `--analytics-flush-interval` | false | Interval (in seconds) that determines how often the search query aggregations are persisted to storage. Default: `3600` (every hour) |
| `--analytics-minute-rate-limit` | false | Maximum number of analytics events that can be sent per minute. Default: `5` |

### Logging

Expand Down