Baoyuantop commented on issue #11875: URL: https://github.com/apache/apisix/issues/11875#issuecomment-2834732085
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) -- 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