Giter Site home page Giter Site logo

Comments (6)

Dbz avatar Dbz commented on July 26, 2024

I fixed this by setting the image for elastic-search to be image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.2-arm64 in the docker-compose file, and then I needed to solve another startup issue with adding the following to the elastic search environment:

        - node.name=node-1
        - cluster.initial_master_nodes=node-1

I'm happy to close this issue. Do you want me to update any documentation and create a PR to give back to the community?

from grimoirelab.

sduenas avatar sduenas commented on July 26, 2024

I fixed this by setting the image for elastic-search to be image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.2-arm64 in the docker-compose file, and then I needed to solve another startup issue with adding the following to the elastic search environment:

        - node.name=node-1
        - cluster.initial_master_nodes=node-1

I'm happy to close this issue. Do you want me to update any documentation and create a PR to give back to the community?

Happy to have a PR that fixes this issue!

from grimoirelab.

Dbz avatar Dbz commented on July 26, 2024

I'm working on getting it working on my other laptop which is an M2 (vs my M1) and running into some more issues that I will work out before submitting a PR.

from grimoirelab.

sduenas avatar sduenas commented on July 26, 2024

If you are able to run it in a M2 that will be so helpful because we don't have that processor on our computers, so we don't have a way to try everything there.

from grimoirelab.

loreckc avatar loreckc commented on July 26, 2024

I'm working on getting it working on my other laptop which is an M2 (vs my M1) and running into some more issues that I will work out before submitting a PR.

I'm running into the same issues, but on M3. If you find a general fix, I'll happy to test it on M3.

from grimoirelab.

AnimiVulpis avatar AnimiVulpis commented on July 26, 2024

On my M2 based MacBook I got the example (default) docker compose setup working by changing the docker-compose/docker-compose.yml file in the following ways:

  • Changing the elasticsearch image to docker.elastic.co/elasticsearch/elasticsearch:7.17.21-arm64
  • Adding the environment key discovery.type=single-node

The complete elasticsearch sections looks now like this:

    elasticsearch:
      image: docker.elastic.co/elasticsearch/elasticsearch:7.17.21-arm64
      command: elasticsearch -Enetwork.bind_host=0.0.0.0 -Ehttp.max_content_length=2000mb
      ports:
        - 9200:9200
      environment:
        - discovery.type=single-node
        - ES_JAVA_OPTS=-Xms2g -Xmx2g
        - ANONYMOUS_USER=true

Further testing would be needed to check if "everything" is really working is expected 🤞🏻

from grimoirelab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.