higress
higress copied to clipboard
if higress have log plugins
Hello,I am a novice in higress. I want to know. if higress has some log plugin, that could collect logs into middleware, such as kafka.
I am familiar with apisix. and know apisix supply two kinds of plugins to collect different logs
1. access_log plugin. used to collect request data to middleware, such as kafka 2. error_log plugin. used to collect error log that gateway occurs in it's runtime.
both two kinds of plugins support collect logs and send logs to kafka
I want to know if higress has the same function, I read doc in https://higress.cn/docs, but seems find nothing.
hope for your reply thanks!