I'm trying to deploy opencti but it seems to have a problem :( #3030
Unanswered
ElodiaNadine
asked this question in
Q&A
Replies: 1 comment
-
Your elastic search memory seems too low. My guess would be that is blocking your sign ins because the elastic search ui can't handle anymore workload |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using a VMWare workstation on Kali Linux 2023-1.
I want to deploy opencti using docker, I have tried using portainer and docker-compose, but it seems nothing is working for me. :(
According to the tutorial, they simply copy the raw code of the docker-compose.yml, so I did the same. and I have already changed the.env files (using UUID V4 generator)
{"category":"APP","error":{"context":{"category":"technical","error":"getaddrinfo ENOTFOUND elasticsearch","http_status":500,"reason":"[SEARCH] Search engine seems down"},"message":"A configuration error has occurred","name":"ConfigurationError","stack":"ConfigurationError: A configuration error has occurred\n at error (/opt/opencti/build/src/config/errors.js:8:10)\n at ConfigurationError (/opt/opencti/build/src/config/errors.js:61:53)\n at /opt/opencti/build/src/database/engine.js:175:15\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at searchEngineInit (/opt/opencti/build/src/database/engine.js:165:3)\n at checkSystemDependencies (/opt/opencti/build/src/initialization.js:130:3)\n at platformStart (/opt/opencti/build/src/boot.js:164:5)"},"level":"error","message":"[OPENCTI] Platform start fail","timestamp":"2023-03-20T13:34:13.369Z","version":"5.6.2"}
{"category":"APP","error":{"context":{"category":"technical","error":"connect ECONNREFUSED 172.20.0.11:9200","http_status":500,"reason":"[SEARCH] Search engine seems down"},"message":"A configuration error has occurred","name":"ConfigurationError","stack":"ConfigurationError: A configuration error has occurred\n at error (/opt/opencti/build/src/config/errors.js:8:10)\n at ConfigurationError (/opt/opencti/build/src/config/errors.js:61:53)\n at /opt/opencti/build/src/database/engine.js:175:15\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at searchEngineInit (/opt/opencti/build/src/database/engine.js:165:3)\n at checkSystemDependencies (/opt/opencti/build/src/initialization.js:130:3)\n at platformStart (/opt/opencti/build/src/boot.js:164:5)"},"level":"error","message":"[OPENCTI] Platform start fail","timestamp":"2023-03-20T13:35:03.993Z","version":"5.6.2"}
before that, I also check the docker ps, and it shows like this
Can anyone please help me :( i have been stuck like this. I'm new and I wasn't exactly sure how this worked. please enlighten me. Thankyou.
Beta Was this translation helpful? Give feedback.
All reactions