Shizuo Fujita

Results 118 comments of Shizuo Fujita

I tried it briefly at my local environment, but I could not reproduce this. Do we need Kubernetes to reproduce it? @jicowan Can you reproduce this without Kubernetes?

I'm trying to reproduce on local environment using`minikube`. However, I can't reproduce it, yet. I'd like to know what is your environment on. Is your environment on AWS? I'm going...

If the log files are rotated in a shorter time than specified in `refresh_interval`, it may not be handled properly. The workaround would be to shorten the `refresh_interval`, or increase...

Sorry for late response. I have been investigated this issue for a while. Now I recommend following configuration for running on kubernetes. ## Recommend configuration ``` @type tail follow_inodes false...

Thank you for your review. OK, I will add more content in Logging page.

I added the description in logging page.

Make sense. I just referred to the in_udp plugin... I might need to add receive_buffer_size parameter in in_tcp plugin too.

Hmm, When I run the test on Windows, it creates a lot of sockets in TIME_WAIT state. Until the TIME_WAIT state is released, the port in use on that socket...