-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unable to setup - Kibana keeps failing #233
Comments
I was able to perform the following (from the documentation) and was able to start up Assemblyline with the ELK components: git clone https://github.com/CybercentreCanada/assemblyline-docker-compose.git
cd assemblyline-docker-compose/full_appliance/
openssl req -nodes -x509 -newkey rsa:4096 -keyout config/nginx.key -out config/nginx.crt -days 365 -subj "/C=CA/ST=Ontario/L=Ottawa/O=CCCS/CN=assemblyline.local"
docker-compose pull
sudo docker-compose build
sudo docker-compose up -d --wait Is there anything you can tell me about the containers that aren't starting up? Is there any error mentioned in their logs? |
Not sure if what you are describing is the error I had here : #234, |
I have tested this on a fresh Ubuntu 22.04 container on Proxmox -- Container al-kb_setup-1 exists after about a minute and Container al-kibana-1 has been on waiting for a little over 10 minutes now with no change. URL can be accessed but no UI (I only get a warning about certificates but that's it). Current status of all containers : I did not change any informations in the .env for testing purpose but my container is not exposed to the internet. |
So after trying again and noticing my VM is at 100% usage on both CPU and RAM/Swap, I've modified resources and allocated much more than is suggested (6C with 16GB RAM) Installation SEEMS to go fine but I end up with archiver exiting. Based on those logs, it seems to be expected. Trying to login thru the web UI always return a "Wrong Username/Password" no matter the combination of Username/Password I use. Instructions on the website mention logging in with the admin user and password in the .env file but that does not work |
Update #2 : I ran the sudo docker-compose -f bootstrap-compose.yaml up command after everything. I get this error : |
This looks like it's coming from the bootstrap from one of the services (to mind I think only JsJaws uses Node). You can try running If you can confirm which container that error is coming from, I can tag the relevant personnel. (btw thanks for the support @Al3xTh3Gr3at !) |
fix is https://github.com/m9sweeper/m9sweeper/pull/134/files but for the JsJaws service, will do |
re:
@ATragicEnding are you sure you run a Virtual Machine in Proxmox, not an LXC/LXD container? I'm asking because I had very similar troubles in some containers (not only AssemblyLine), when I did one thing without full understanding: I installed Docker in an LXC container (also in Proxmox, but it doesn't matter). It turned out that this is not a recommended configuration because Docker and LXC use the same kernel features under the hood, and it causes problems like this (as well as a few others). The solution was to use a full VM to set up the Docker, not a container. |
Describe the bug
Following instructions on the website, literally copy-pasting every single command. I have not changed any credentials in the .env file as I suspected it might be an issue but no matter what I do, I end up with Kibana failing , rendering the whole stack useless.
OS is Ubuntu Server 22.04 with latest udpates, running in a VM on Proxmox
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should work
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information if pertinent):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: