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

Huge delay in sending new file content from harvester to server #244

Open
MichalBiel opened this issue Jul 3, 2020 · 0 comments
Open

Huge delay in sending new file content from harvester to server #244

MichalBiel opened this issue Jul 3, 2020 · 0 comments

Comments

@MichalBiel
Copy link

MichalBiel commented Jul 3, 2020

I have an issue that make log.io unusable. After fresh reboot of server and haresters everything seems ok, but after about an hour, there is a 30 min delay in delivering messages ie. logs created at 12:30 are delivered to the server at 13:00. I have 4 harvesters watching application logs producing about 500-1000 lines per file per minute. All application servers and log.io server are located on the same host (different VM's) so network bandwith is not a problem here. In my opinion it's harvester side issue, after restarting harvester it works fine for couple of minutes and then the delay grows and grows. Could you please tell me how to find the bottleneck ?
My server is installed on CentOS, harvesters are working on Windows Server 2012. Harvester config file :
{
"messageServer": {
"host": "xx.xx.xx",
"port": 6689
},
"inputs": [
{
"source": "XXX",
"stream": "XXXX",
"config": {
"path": "D:\xxx\xxx\logs\SystemOut.log"
}
}
]
}

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