kayx23 commented on code in PR #11922:
URL: https://github.com/apache/apisix/pull/11922#discussion_r1998325920


##########
docs/en/latest/plugins/elasticsearch-logger.md:
##########
@@ -27,318 +27,427 @@ description: This document contains information about the 
Apache APISIX elastics
 #
 -->
 
-## Description
+<head>
+  <link rel="canonical" href="https://docs.api7.ai/hub/elasticsearch-logger"; />
+</head>
 
-The `elasticsearch-logger` Plugin is used to forward logs to 
[Elasticsearch](https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-general-purpose.html)
 for analysis and storage.
+## Description
 
-When the Plugin is enabled, APISIX will serialize the request context 
information to [Elasticsearch Bulk 
format](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#docs-bulk)
 and submit it to the batch queue. When the maximum batch size is exceeded, the 
data in the queue is pushed to Elasticsearch. See [batch 
processor](../batch-processor.md) for more details.
+The `elasticsearch-logger` Plugin pushes request and response logs in batches 
to [Elasticsearch](https://www.elastic.co) and supports the customization of 
log formats. When enabled, the Plugin will serialize the request context 
information to [Elasticsearch Bulk 
format](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#docs-bulk)
 and add them to the queue, before they are pushed to Elasticsearch. See [batch 
processor](../batch-processor.md) for more details.

Review Comment:
   Cannot reproduce. Mines normal for both zh and en versions.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to