-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate why ELK stack crashed #14
Comments
Kernel logs are being flooded with the following messages. This has happened for several hours, several times per minutes. This behavior occurred last time 3 hours ago. Note: I have currently the same issue with a personal project where I'm running a stack with docker-compose.
|
Trying to look at the log of the three main container but they are cropped to today when I (re)started them.
The logs of the container
|
Using an approach like below could prevent the loss of container logs:
See https://www.papertrail.com/solution/tips/how-to-live-tail-docker-logs/ |
The ELK stack stopped on Aug 06 06:34:19 as shown by the docker daemon logs. Before that the last docker daemon logs happened on Jul 21 06:26:58.
Since then the following messages have been repeating for four days until I restarted the stack today. This is likely due to the container
Is this a DNS server issue? Even when docker tries to fall back to DNS servers, the issue is still repeating. Then is the entire network now? Content of
|
|
Add non-local DNS servers to
|
Why does the container
|
@thomasyu888 Do you have an idea on why the ELK stack stopped on Aug 06 06:34:19? |
Conclusion
|
Today only the container
docker-elk_logspout_1
was running though it was constantly restarting. The three containers listed below were stopped.docker-elk_logstash_1
docker-elk_kibana_1
docker-elk_elasticsearch_1
I run
docker-compose stop
followed bydocker-compose up
. The above three containers were then running butdocker-elk_logspout_1
was still restarting. A couple of hours later (now),docker-elk_logspout_1
seems to be running fine.Task
The text was updated successfully, but these errors were encountered: