-
Notifications
You must be signed in to change notification settings - Fork 18
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
WATING FOR OS TO START #17
Comments
Hi, I assume you are running Opensearch (OS) with a separate environment? Because port 5601 belongs to the dashboard image of OS and this is not part of the Docker compose file of this repo. Then your error message means that the Arkime container can't reach port 9200 (default for OS REST API) of your OS node (not the dashboard). Can you ping the OS node container from the Arkime container? It would be easier for me if you describe your setup in more detail. |
Sure, sorry. I have installed OpenSearch using docker-compose from the OpenSearch documentation directly. This when run, has created the following containers
This appears there is a active node listening to connections on 9200. I am attempting to run the container with the following docker command
Thanks |
Can you ping the You are using the compose file from here, right? Then Docker compose creates a separate network for OS. One possibility to solve that is to add the Arkime container to the OS network. |
Fix some problems with the script in /data/startarkime.sh but arkime did not open a port in 8005. I checked using "cat /etc/services" no port for 8005 is active. I installed systemctl to verify arkime loaded. arkime isn't loaded. changed http to https
also tried to run arkime-parse-pcap-folder.sh |
Hello @ajtrevi2,
To use Arkime with SSL enabled OS, changes in the config.ini must be made. Mainly the @deanfourie1 Please try to set the following environment variables for your OS nodes:
And do not set |
Hi there,
When attempting to run this container, I am receiving multiple
"WAITING FOR OS TO START" messages.
I have confirmed that OpenSearch is running and accessible via web at http://ip:5601
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: