Skip to content
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

Error on connection to opensearch instance with indigo #2562

Open
MysterionRise opened this issue Oct 17, 2024 · 0 comments
Open

Error on connection to opensearch instance with indigo #2562

MysterionRise opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@MysterionRise
Copy link
Collaborator

Summary

I visited https://github.com/epam/Indigo/blob/master/bingo/bingo-elastic/java/src/test/java/com/epam/indigo/BaseLocalOpensearchTest.java,I copied your code and try the connection with an opensearch docker instance which runs on schema http and port is 9200.
The command to run docker: docker run --name opensearch2 -p 9200:9200 -e 'discovery.type=single-node' -e 'DISABLE_SECURITY_PLUGIN=true' opensearchproject/opensearch:2.8.0

However, I got error: “Elasticsearch isn't started at http://[localhost]:9200 org.elasticsearch.ElasticsearchException: Elasticsearch version 6 or more is required”

Could you please give me any hint on how I can resolve this issue?

P.S. Reported as reported via email

unnamed-4
unnamed-3
unnamed-2

@MysterionRise MysterionRise self-assigned this Oct 17, 2024
@github-project-automation github-project-automation bot moved this to Product Backlog in Indigo Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Product Backlog
Development

No branches or pull requests

1 participant