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

Update windows fluent buffer configuration #299

Closed
wants to merge 1 commit into from

Conversation

PhilBrammer
Copy link

buffer_path is a linux path on a Windows machine; removing it.
buffer_type file is not used as well, given the invalid file path; removing it.
buffer_chunk_limit of 512KB is breaking the Windows Event Log source. Resetting this back to 1M.

For the record, the errors in the fluentd.log related to this issue are "2020-09-30 18:57:29 -0500 [info]: Worker 0 finished unexpectedly with signal SIGSEGV" and Windows logs never get sent up. For us, this is on Windows Server 2016 machines.

buffer_path is a linux path on a Windows machine; removing it.
buffer_type file is not used as well, given the invalid file path; removing it.
buffer_chunk_limit of 512KB is breaking the Windows Event Log source.  Resetting this back to 1M.
@google-cla google-cla bot added the cla: yes label Nov 2, 2020
@sophieyfang
Copy link

sophieyfang commented Nov 4, 2020

"2020-09-30 18:57:29 -0500 [info]: Worker 0 finished unexpectedly with signal SIGSEGV" is caused by the grpc not directly due to the buffer_chunk_limit. By changing it to use_grpc:false shall fix it. grpc team is investigating the cause.

Igor has a PR fixing the buffer_type file path: #282. Actually buffer path is used if you check your C:\var\log\google-fluentd\buffers folder, you shall find file there.

@sophieyfang sophieyfang closed this Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants