Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions doc/plugins/tcp-logger-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
-->

# 摘要

- [**定义**](#name)
- [**属性列表**](#attributes)
- [**如何开启**](#how-to-enable)
- [**测试插件**](#test-plugin)
- [**禁用插件**](#disable-plugin)


## 定义

`tcp-logger` 是用于将日志数据发送到TCP服务的插件。
Expand All @@ -46,7 +46,6 @@
| tls |可选的|布尔值,用于控制是否执行SSL验证。|
| tls_options |可选的|TLS 选项|


## 如何开启

1. 下面例子展示了如何为指定路由开启 `tcp-logger` 插件的。
Expand Down Expand Up @@ -84,7 +83,6 @@ hello, world

## 禁用插件


想要禁用“tcp-logger”插件,是非常简单的,将对应的插件配置从json配置删除,就会立即生效,不需要重新启动服务:

```shell
Expand Down
3 changes: 1 addition & 2 deletions doc/plugins/tcp-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
-->

# Summary

- [**Name**](#name)
- [**Attributes**](#attributes)
- [**How To Enable**](#how-to-enable)
- [**Test Plugin**](#test-plugin)
- [**Disable Plugin**](#disable-plugin)


## Name

`tcp-logger` is a plugin which push Log data requests to TCP servers.
Expand Down Expand Up @@ -52,7 +52,6 @@ For more info on Batch-Processor in Apache APISIX please refer.
|max_retry_count|optional |Maximum number of retries before removing from the processing pipe line; default is zero|
|retry_delay |optional |Number of seconds the process execution should be delayed if the execution fails; default is 1|


## How To Enable

The following is an example on how to enable the tcp-logger for a specific route.
Expand Down
4 changes: 1 addition & 3 deletions doc/plugins/udp-logger-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
-->

# 摘要

- [**定义**](#name)
- [**属性列表**](#attributes)
- [**如何开启**](#how-to-enable)
- [**测试插件**](#test-plugin)
- [**禁用插件**](#disable-plugin)


## 定义

`udp-logger` 是用于将日志数据发送到UDP服务的插件。
Expand All @@ -44,7 +44,6 @@
| port |必要的| 目标端口。|
| timeout |可选的|发送数据超时间。|


## 如何开启

1. 下面例子展示了如何为指定路由开启 `udp-logger` 插件的。
Expand Down Expand Up @@ -82,7 +81,6 @@ hello, world

## 禁用插件


想要禁用“udp-logger”插件,是非常简单的,将对应的插件配置从json配置删除,就会立即生效,不需要重新启动服务:

```shell
Expand Down
2 changes: 1 addition & 1 deletion doc/plugins/udp-logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
-->

# Summary

- [**Name**](#name)
- [**Attributes**](#attributes)
- [**How To Enable**](#how-to-enable)
- [**Test Plugin**](#test-plugin)
- [**Disable Plugin**](#disable-plugin)


## Name

`udp-logger` is a plugin which push Log data requests to UDP servers.
Expand Down