-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redis proxy: add access log #6138
Comments
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
Any progress on this? I thought Redis will have same access logs as TCP proxy. |
See #13085 |
@cpakulski thoughts? |
I am targeting this for release 1.18. Not sure about the final form yet. It may be totally flexible or maybe a class would have to derived from a base class. The final goal is to have access log common to various databases understood by Envoy filters: postgres, mysql, redis, mongo, etc. |
Any update on this? |
Title: Access log not available for redis proxy filter
Description:
TCP proxy filter has access log which is useful for debugging. redis proxy however, does not have this field to configure. In a debugging senario, I have to changed to redis proxy to tcp proxy to verify traffic go through envoy.
[optional Relevant Links:]
I'm not so sure the appropriate way to debug the case above and if access log makes sense for networking filter or not. Please feel free to point something that's intended to be used instead.
The text was updated successfully, but these errors were encountered: