You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/plugins/kafka-logger.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@
32
32
33
33
This will provide the ability to send Log data requests as JSON objects to external Kafka clusters.
34
34
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.
Copy file name to clipboardExpand all lines: doc/plugins/tcp-logger.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@
31
31
32
32
This will provide the ability to send Log data requests as JSON objects to Monitoring tools and other TCP servers.
33
33
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.
Copy file name to clipboardExpand all lines: doc/plugins/udp-logger.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@
31
31
32
32
This will provide the ability to send Log data requests as JSON objects to Monitoring tools and other UDP servers.
33
33
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.
0 commit comments