-
Notifications
You must be signed in to change notification settings - Fork 30
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
Logstash logs bloated with errors/warnings #65
Comments
@maris-jurgenbergs I'd like to dive a little deeper into this. Can you give us some more information:
|
@robbavey About regularity i checked the logs and some errors are not appearing and some are regular still (logs are from 29th March ~20:00 till 30th March ~07:12). throwing away zombie pump error was not found anymore, this one seems to be the one that is not a regular error. Transient exceptions error was not found anymore, this one seems to be the one that is not a regular error. Failure updating checkpoint is regular:
The update error is caused by StorageException timeouts: higher epoch error was not found anymore, this one seems to be the one that is not a regular error. We are using elastic cloud and this is the kubernetes yaml with logstash config and other parts:
One instance of logstash is running. |
Hi, We are also getting the same warnings with our logstash event hub. Any idea how to fix this? |
Hi, We are noticing frequent Link detach errors and connection inactive timeouts in Logstash logs. This is failing logstash to read from specific partitions in Event Hub. Can you please suggest a workaround or fix for this issue? **Error Logs **
|
We get different errors and warnings, that bloat our logstash logs. Getting rid of them would be best, but i am troubleshooting the cause of them here, because the logstash plugin is the one handling these errors/warnings.
I understand this is from the microsoft library, but does this not mean that the azure event hub plugin is not correctly executed or set up?
We get a transient storage failures, but logstash catches them as errors, but it should ignored them since they are just info level.
We are getting these very periodic. Either would be nice to increase the timeout or skip logs like this. They really polute the log files.
We also get these epoch errors. Is this error somehow created by multiple threads in the azure event hub plugin?
The text was updated successfully, but these errors were encountered: