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: translate zh to en #67

Merged
merged 1 commit into from
Jan 22, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: "bulk_request_throttle"

## Description

bulk_request_throttle 过滤器用来对 Elasticsearch 的 Bulk 请求进行限速。
The bulk_request_throttle filter is used to limit the speed of Bulk requests to Elasticsearch.

## Configuration Example

Expand Down Expand Up @@ -35,7 +35,7 @@ flow:
| Name | Type | Description |
| ----------------------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------- |
| indices | map | The indices which wanted to throttle |
| indices.[NAME].interval | string | 评估限速的单位时间间隔,默认为 `1s` |
| indices.[NAME].interval | string | The unit time interval for evaluating the speed limit, default `1s` |
| indices.[NAME].max_requests | int | Maximum request count limit in the interval |
| indices.[NAME].burst_requests | int | Burst request count limit in the interval |
| indices.[NAME].max_bytes | int | Maximum request traffic limit in the interval |
Expand Down
Loading