SELKS icon indicating copy to clipboard operation
SELKS copied to clipboard

Fix Issue 492: Arkime stops capturing data in Docker SELKS

Open Abinav-Prakash opened this issue 2 months ago • 1 comments

This pull request fixes Issue 492, where Arkime would stop capturing network traffic in the Docker SELKS environment. The problem occurred because Arkime_capture sometimes started before Elasticsearch was fully ready, preventing proper indexing and causing packet capture to halt. To resolve this, a startup script (start-arkime.sh) was added that waits for Elasticsearch to be available before launching Arkime_capture.

Abinav-Prakash avatar Oct 09 '25 18:10 Abinav-Prakash