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(syslog): remove the unused property name #10644

Merged
merged 1 commit into from
Dec 13, 2023
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
chore(syslog): remove the unused property name
jujiale committed Dec 13, 2023
commit 67a79b0eca12b5ee63a9c82301434806f41e0b55
3 changes: 1 addition & 2 deletions docs/en/latest/plugins/syslog.md
Original file line number Diff line number Diff line change
@@ -37,8 +37,7 @@ Logs can be set as JSON objects.
| Name | Type | Required | Default | Valid values | Description |
|------------------|---------|----------|--------------|---------------|--------------------------------------------------------------------------------------------------------------------------|
| host | string | True | | | IP address or the hostname of the Syslog server. |
| port | integer | True | | | Target port of the Syslog server. |
| name | string | False | "sys logger" | | Identifier for the server. |
| port | integer | True | | | Target port of the Syslog server. | |
| timeout | integer | False | 3000 | [1, ...] | Timeout in ms for the upstream to send data. |
| tls | boolean | False | false | | When set to `true` performs TLS verification. |
| flush_limit | integer | False | 4096 | [1, ...] | Maximum size of the buffer (KB) and the current message before it is flushed and written to the server. |
1 change: 0 additions & 1 deletion docs/zh/latest/plugins/syslog.md
Original file line number Diff line number Diff line change
@@ -39,7 +39,6 @@ description: API 网关 Apache APISIX syslog 插件可用于将日志推送到 S
| ---------------- | ------- | ------ | ------------ | ------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| host | string | 是 | | | IP 地址或主机名。 |
| port | integer | 是 | | | 目标上游端口。 |
| name | string | 否 | "sys logger" | | syslog 服务器的标识符。 |
| timeout | integer | 否 | 3000 | [1, ...] | 上游发送数据超时(以毫秒为单位)。 |
| tls | boolean | 否 | false | | 当设置为 `true` 时执行 SSL 验证。 |
| flush_limit | integer | 否 | 4096 | [1, ...] | 如果缓冲的消息的大小加上当前消息的大小达到(> =)此限制(以字节为单位),则缓冲的日志消息将被写入日志服务器,默认为 4096(4KB)。 |