-
Notifications
You must be signed in to change notification settings - Fork 424
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
[Data not displayed] Error in custom connector #2398
Comments
Hello @meetghodasara: It seems that your connector is not able to connect to RabbitMQ. |
Thanks you @romain-filigran . I am tried these steps but still unable to resolve the issue.
Here is the connection error log given below -
|
Can you share your docker configuration of the connector. The error is different from the previous one. If your connector is now in the same docker context, you certainly need to change the “OPENCTI_URL” variable in your connector configuration to point to: http://opencti:8080 instead of http://localhost:8080 |
Here is the docker configuration of the connector.
Using this command, I have build an docker image. Here is the complete docker-compose file
Here is the .env file
After this all, I have used the below command to run OpenCTI. Here is the logs for both OpenCTI and myconnector
Myconnector log
|
it seems that the elasticsearch container does not start ("Search engine seems down"). Please check its logs |
First of all Thank you so much @romain-filigran and OpenCTI community. Yes it was I have completed solved issue #2398 Pre-configuration
Installation steps
with using Portainer Stack Configuration
Your Custom connector can be found here Data>Ingestion>Connector>myconnector. Sample data shown in dashboard that are injected through myconnector. Other issues I had got during setup that are solved with the above method.
|
I am using version 6.2.6 and used this guy video you sent. I am getting this is the error with alienvault connector: @meetghodasara During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Could you please share your docker-compose and .env file? I have written one article about Installation of OpenCTI using Docker so you can refer it too. You can refer the my docker compose and .env.sample file from the given Docker-Github |
Reading this thread makes me understand that issue is solved. I'm closing this ticket, but feel free to re-open it if needed. |
Description
I have create the custom_connector with the docker configuration given below.
Docker configuration.
main.py
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
The data should be inserted and displayed in the Observable objects.
The dashboard should have observable objects.
Actual Output
Additional information
docker ps
command.The text was updated successfully, but these errors were encountered: