shihuncl commented on issue #11875:
URL: https://github.com/apache/apisix/issues/11875#issuecomment-2837300693

   > When a request arrives, the plugin collects the request and response 
information in the log phase, which is first added to the batch buffer (buffer) 
in memory, these log entries will be sent to Elasticsearch in batch in the 
following cases:
   > 
   > * when the number of entries in the buffer reaches the configured 
batch_max_size threshold
   > * when the time since the first entry entered the buffer exceeds the 
buffer_duration setting (default is 60 seconds)
   > * when the time since the last entry entered the buffer exceeds the time 
set by inactive_timeout (default is 5 seconds)
   
   Thank you very much for your reply. Currently, there are only two services 
where log collection is configured but no logs are collected. I have a question 
I would like to ask: whether the elasticsearch-logger plug-in is used to 
collect logs in the apisix dashboard modification service. The modification 
does not take effect immediately. After modification, how can I see whether the 
modified cache is effective?


-- 
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