Giter VIP home page Giter VIP logo

Comments (2)

mmguero avatar mmguero commented on July 30, 2024

At the moment I don't have my usual Mac development environment available, but I can give a few suggestions:

  • when you say "I can see the default page with the Readme.htm", do you mean you can navigate to https://localhost/readme and you see that page okay? If that's the case then at least port 443 should be open, and you should be able to get to https://localhost as well and see the Moloch interface.
  • when you run docker ps -a do you see something like this:
CONTAINER ID        IMAGE                                                     COMMAND                  CREATED             STATUS                 PORTS                                                                                                                                                                                                  NAMES
04b95582639b        malcolmnetsec/nginx-proxy:#.#.#                           "/app/docker-entrypo…"   3 hours ago         Up 3 hours             0.0.0.0:443->443/tcp, 0.0.0.0:488->488/tcp, 0.0.0.0:3030->3030/tcp, 0.0.0.0:5601->5601/tcp, 0.0.0.0:8443->8443/tcp, 0.0.0.0:9200->9200/tcp, 0.0.0.0:9600->9600/tcp, 80/tcp, 0.0.0.0:28991->28991/tcp   malcolm_nginx-proxy_1
389b92541ce3        malcolmnetsec/file-upload:#.#.#                           "/docker-entrypoint.…"   3 hours ago         Up 3 hours             80/tcp, 127.0.0.1:8022->22/tcp                                                                                                                                                                         malcolm_upload_1
c71c5b35bae1        malcolmnetsec/filebeat-oss:#.#.#                          "/usr/local/bin/dock…"   3 hours ago         Up 3 hours                                                                                                                                                                                                                    malcolm_filebeat_1
927a4c1b576f        malcolmnetsec/logstash-oss:#.#.#                          "/usr/local/bin/logs…"   3 hours ago         Up 3 hours (healthy)   5000/tcp, 9600/tcp, 0.0.0.0:5044->5044/tcp                                                                                                                                                             malcolm_logstash_1
d9379b27f5f8        malcolmnetsec/elastalert:#.#.#                            "/usr/local/bin/elas…"   3 hours ago         Up 3 hours (healthy)   3030/tcp, 3333/tcp                                                                                                                                                                                     malcolm_elastalert_1
b24e445de107        malcolmnetsec/curator:#.#.#                               "/usr/local/bin/cron…"   3 hours ago         Up 3 hours                                                                                                                                                                                                                    malcolm_curator_1
66dd31148575        malcolmnetsec/kibana-oss:#.#.#                            "/usr/bin/supervisor…"   3 hours ago         Up 3 hours (healthy)   5601/tcp, 28991/tcp                                                                                                                                                                                    malcolm_kibana_1
3f8b99fcb2e8        malcolmnetsec/moloch:#.#.#                                "/usr/bin/supervisor…"   3 hours ago         Up 3 hours             8000/tcp, 8005/tcp, 8081/tcp                                                                                                                                                                           malcolm_moloch_1
2702c5f7c0cd        docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.2   "/usr/local/bin/dock…"   3 hours ago         Up 3 hours (healthy)   9200/tcp, 9300/tcp                                                                                                                                                                                     malcolm_elasticsearch_1
087584cef25d        malcolmnetsec/file-monitor:#.#.#                          "/usr/local/bin/supe…"   3 hours ago         Up 3 hours             3310/tcp                                                                                                                                                                                               malcolm_file-monitor_1
14629fd18182        malcolmnetsec/pcap-capture:#.#.#                          "/usr/local/bin/supe…"   3 hours ago         Up 3 hours                                                                                                                                                                                                                    malcolm_pcap-capture_1
ac21ea8a5093        malcolmnetsec/htadmin:#.#.#                               "/usr/bin/supervisor…"   3 hours ago         Up 3 hours             80/tcp                                                                                                                                                                                                 malcolm_htadmin_1
  • Do all of them say Up for status? None of them say Exited or something like that? Under the PORTS column you should more or less see what I've got listed in mine as well. If some of the containers have exited prematurely then you we could look at docker-compose logs output and see what happened to the one(s) that died.
  • Go into your docker desktop settings and look what you've got allocated for CPU and RAM usage for Docker containers
  • look at docker-compose.yml and see how much memory you've got allocated for elasticsearch and logstash, like:
$ grep JAVA_OPTS docker-compose.yml
      ES_JAVA_OPTS : '-Xms16g -Xmx16g -Xss256k -Djava.security.egd=file:/dev/./urandom'
      LS_JAVA_OPTS : '-Xms3g -Xmx3g -Djava.security.egd=file:/dev/./urandom'
  • what values do you have for Xms and Xmx on both of those lines?

from malcolm.

mmguero avatar mmguero commented on July 30, 2024

Closed for inactivity after a month.

from malcolm.

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.