Skip to content

Commit db9ebf6

Browse files
author
Akayeshmantha
committed
Alter logger plugins documentations.
1 parent a446cd0 commit db9ebf6

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

doc/plugins/kafka-logger-cn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
这将提供将Log数据请求作为JSON对象发送到外部Kafka集群的功能。
3333

34+
该插件提供了将Log Data作为批处理推送到外部Kafka主题的功能。如果您没有收到日志数据,请放心一些时间,它会在我们的批处理处理器中的计时器功能到期后自动发送日志。
35+
36+
有关Apache APISIX中Batch-Processor的更多信息,请参考。
37+
38+
3439
## 属性列表
3540

3641
|属性名称 |必选项 |描述|

doc/plugins/kafka-logger.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232

3333
This will provide the ability to send Log data requests as JSON objects to external Kafka clusters.
3434

35+
This plugin provides the ability to push Log data as a batch to you're external Kafka topics. In case if you did not recieve the log data don't worry give it some time it will automatically send the logs after the timer function expires in our Batch Processor.
36+
37+
For more info on Batch-Processor in Apache APISIX please refer.
38+
[Batch-Processor](../batch-processor-cn.md)
39+
3540
## Attributes
3641

3742
|Name |Requirement |Description|

doc/plugins/tcp-logger-cn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
以实现将日志数据以JSON格式发送到监控工具或其它TCP服务的能力。
3333

34+
该插件提供了将Log Data作为批处理推送到外部TCP服务器的功能。如果您没有收到日志数据,请放心一些时间,它会在我们的批处理处理器中的计时器功能到期后自动发送日志。
35+
36+
有关Apache APISIX中Batch-Processor的更多信息,请参考。
37+
[Batch-Processor](../batch-processor.md)
38+
3439
## 属性列表
3540

3641
|属性名称 |必选项 |描述|

doc/plugins/tcp-logger.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
This will provide the ability to send Log data requests as JSON objects to Monitoring tools and other TCP servers.
3333

34+
This plugin provides the ability to push Log data as a batch to you're external TCP servers. In case if you did not recieve the log data don't worry give it some time it will automatically send the logs after the timer function expires in our Batch Processor.
35+
36+
For more info on Batch-Processor in Apache APISIX please refer.
37+
[Batch-Processor](../batch-processor.md)
38+
3439
## Attributes
3540

3641
|Name |Requirement |Description|

doc/plugins/udp-logger-cn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
以实现将日志数据以JSON格式发送到监控工具或其它UDP服务的能力。
3333

34+
此插件提供了将批处理数据批量推送到外部UDP服务器的功能。如果您没有收到日志数据,请放心一些时间,它会在我们的批处理处理器中的计时器功能到期后自动发送日志
35+
36+
有关Apache APISIX中Batch-Processor的更多信息,请参考。
37+
[Batch-Processor](../batch-processor.md)
38+
3439
## 属性列表
3540

3641
|属性名称 |必选项 |描述|

doc/plugins/udp-logger.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131

3232
This will provide the ability to send Log data requests as JSON objects to Monitoring tools and other UDP servers.
3333

34+
This plugin provides the ability to push Log data as a batch to you're external UDP servers. In case if you did not recieve the log data don't worry give it some time it will automatically send the logs after the timer function expires in our Batch Processor.
35+
36+
For more info on Batch-Processor in Apache APISIX please refer.
37+
[Batch-Processor](../batch-processor.md)
38+
3439
## Attributes
3540

3641
|Name |Requirement |Description|

0 commit comments

Comments
 (0)