-
Notifications
You must be signed in to change notification settings - Fork 92
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 Azure Blob plugin doesn't see all the files #222
Comments
Hi Katatohuk,
|
I wonder why you use this option It will read the Json log from the beginning everytime you restart the Logstash service. It may cause there are many files not be read About your output configuration, It should be only stdout or elasticsearch
|
Where did you find parameter registry_lease_duration? I can't see it here |
Regarding start_over, just used all possible variations :) I know what parameter implies of course |
I get the '' in the soure code in this link on line 83
|
There are many things to concern when you want to apply to Prod env, |
Hi folks,
I've started using Logstash Azure Blob plugin recently, all seemed to be pretty well in TEST, but when it came to PROD with thousands of jsons I'm getting into troubles.
The issue is - logstash can't read ALL the jsons stored on a blobl storage account, it picks them up randomly and only few of them, I'm running logstash in a debug mode and can't see any errors except the one appearing from time to time:
(412) A lease >ID was specified, but the lease for the blob has expired
however is still running and getting some of files into Elastic
Here is my config:
Maybe anyone has experienced that same and could share a solution ? Any inputs are much appreciated
Thanks !
The text was updated successfully, but these errors were encountered: