Skip to content
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

send envoy logs to syslog server #5525

Closed
Sinamcp opened this issue Jun 24, 2023 · 4 comments
Closed

send envoy logs to syslog server #5525

Sinamcp opened this issue Jun 24, 2023 · 4 comments
Labels
kind/question Categorizes an issue as a user question. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor.

Comments

@Sinamcp
Copy link

Sinamcp commented Jun 24, 2023

What question do you have?:

Hi, I just wanted to know that, is that possible to send envoy logs to syslog? like telegraf

  • Contour version: 1.25
@Sinamcp Sinamcp added kind/question Categorizes an issue as a user question. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor. labels Jun 24, 2023
@tsaarni
Copy link
Member

tsaarni commented Jun 26, 2023

Envoy itself does not support syslog protocol, but one could use some external log forwarder, such as fluent-bit, to bridge the gap.

Here are the access loggers that Envoy supports currently natively: link. From those, Contour currently configures Envoy with File access log (envoy.access_loggers.file).

@Sinamcp
Copy link
Author

Sinamcp commented Jun 27, 2023

Thanks, I don't know why this envoy metric(envoy_cluster_upstream_rq) does NOT have label for route_name or vhost, because in our case we want to monitor rps per route, not per service

@sunjayBhatia
Copy link
Member

@Sinamcp see this issue #4637

we haven't yet enabled per-route stats but this issue should enable that, if that is relevant to your needs

@Sinamcp
Copy link
Author

Sinamcp commented Jun 27, 2023

Thanks @sunjayBhatia, I hope you enable these feature soon, because we need it.

@Sinamcp Sinamcp closed this as completed Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Categorizes an issue as a user question. lifecycle/needs-triage Indicates that an issue needs to be triaged by a project contributor.
Projects
None yet
Development

No branches or pull requests

3 participants