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

td-agent stop emitting the log after rate limit exceeds #16

Open
hmlmail opened this issue Jan 26, 2021 · 0 comments
Open

td-agent stop emitting the log after rate limit exceeds #16

hmlmail opened this issue Jan 26, 2021 · 0 comments

Comments

@hmlmail
Copy link

hmlmail commented Jan 26, 2021

Hi,
we limit the application access log to 1 log per second(see below config), but the td-agent stops emitting the logs completely instead of emitting expected 1 log per second. Is this a known issue or we have the wrong settings?

Thank you!!

<filter access.log>
  @type throttle
  group_key path
  group_bucket_period_s   1
  group_bucket_limit    1
  group_reset_rate_s     1
</filter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant