zhendongcmss commented on a change in pull request #6256: URL: https://github.com/apache/apisix/pull/6256#discussion_r809849404
########## File path: docs/en/latest/plugins/error-log-logger.md ########## @@ -124,3 +129,21 @@ curl http://127.0.0.1:9080/apisix/admin/plugin_metadata/error-log-logger -H 'X-A "inactive_timeout": 1 }' ``` + +## How to set the clickhouse + +The plugin sends the error log as a string to the `data` field of the clickhouse table. +Step: update the attributes of the plugin Review comment: it's means that the plugins insert error logs to the clickhouse table with `data` column default. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
