Dashboard data stopping after short period of runtime #529
Replies: 7 comments 5 replies
-
Those live containers showing "up" is expected. I think the first place to start would be examining the debug logs for a few different containers to try to see if anything's happening there. Let's start here: run Also, let's check the results of this command, run in the Malcolm installation directory:
That should give me an idea of the processes running related to capture. |
Beta Was this translation helpful? Give feedback.
-
slight modification of docker-compose rather than docker compose if that matters but I think this is what you were after. The issue just came back today after it had run for about 4 days without issue. Im gathering the other files. IS there anything specific I should be looking for? Eth1 is the capture interface while our eth0 is just management. pcap-capture ---------- |
Beta Was this translation helpful? Give feedback.
-
Here is a section that includes the Harvester and a quick glance suggests the rest is similar. The Failed actions seem to be persistent and exist when its working and when its not working so while it doesn't look right im not sure if it's the problem or not. Thank you for taking time to review. I appreciate it. |
Beta Was this translation helpful? Give feedback.
-
Interesting, This is all running on a single VM, not a cluster so I would expect all the times to be the same. I am guessing that time stamp is coming from arkime correct? If I connect to Arkime-1 and arkime-live-1 and run a date command it is all correct. Or do you think this date is from something else? |
Beta Was this translation helpful? Give feedback.
-
Looking at the log files the #open dates seem correct (Eg 2024-12-17-*06-00-01) and the time stamps seem ok on each entry (Eg 1734415153.235714). One thing that seems strange to me is that when run "time" from the containers they all say: Im not sure if that is normal behavior for a containers. I expected them to be synced with the host machine. |
Beta Was this translation helpful? Give feedback.
-
thank you. Considering a restart brings the service back temporarily, I'm currently rebooting containers to see which one restores service in hopes that it might provide a better indication of what might be going on based on what that container handles. Not very elegant, I know. And thanks for the clarification on time. |
Beta Was this translation helpful? Give feedback.
-
The only other thing I could think of maybe is to run |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, I've got a single node instance that i am using to capture some light traffic. If I restart Malcolm using the script ./restart I get data for a short period of time. maybe an hour or so then it stops. Arkime continues to show data but its not making it to the dashboard. Portainer shows all instances are healthy. Any suggestions where I should start looking? PCAP-capture-1, Arkime-live-1, Zeek live-1, and suricata-live-1 don't show (healthy) when running ./status but they do show as "Up". Any help or direction is appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions