Giter Site home page Giter Site logo

Comments (10)

deviantony avatar deviantony commented on August 27, 2024

Hi, did you made any changes in the configuration?

What version of docker / docker-compose are you using?

from docker-elk.

rasmushjulskov avatar rasmushjulskov commented on August 27, 2024

Docker version 1.10.3, build 20f81dd
docker-compose version: 1.5.1

With the original config. I've added a filter to Logstash config — that's all

from docker-elk.

deviantony avatar deviantony commented on August 27, 2024

Weird, maybe the issue is related to your network?

I also found that post: https://discuss.elastic.co/t/kibana-flapping-between-red-and-green/36328/9

The issue here was the memory associated to the Node process. Seems that a way to solve this is to update the NODE_OPTIONS environment variable before starting the Kibana process.

NODE_OPTIONS="--max-old-space-size=250" bin/kibana

You could try to update the compose definition of the Kibana container like this:

kibana:
  build: kibana/
  environment:
    NODE_OPTIONS: "--max-old-space-size=250"
  volumes:
    - ./kibana/config/:/opt/kibana/config/
  ports:
    - "5601:5601"
  links:
    - elasticsearch

Of course, you may need to adjust the memory value according to your needs (the available memory on your system I guess).

See these issues for more info:
spujadas/elk-docker#17
elastic/kibana#5170
elastic/kibana#5451

Let me know if that solves your issue.

from docker-elk.

deviantony avatar deviantony commented on August 27, 2024

@Rhjulskov any news?

from docker-elk.

rasmushjulskov avatar rasmushjulskov commented on August 27, 2024

Sorry for the late response. I just restarted the compose file with the new changes. I'll response to the issue in a day or two.

Thanks a lot for your time :)

from docker-elk.

deviantony avatar deviantony commented on August 27, 2024

@Rhjulskov can I assume that everything is fine? :)

from docker-elk.

rasmushjulskov avatar rasmushjulskov commented on August 27, 2024

Yes it is. Thanks alot! :)

from docker-elk.

bfleming-ciena avatar bfleming-ciena commented on August 27, 2024

I'm running a single node on a VM where I have the option to add a lot of RAM/CPU. Our elk stack crashes as well after awhile.

I just pulled the latest image and am trying it now. Is this fixed in the latest image?

tnx

from docker-elk.

deviantony avatar deviantony commented on August 27, 2024

@stonefury please have a look at this comment: #51 (comment)

from docker-elk.

bfleming-ciena avatar bfleming-ciena commented on August 27, 2024

Ah, ok thank you @deviantony. Appreciate it! Cheers.

from docker-elk.

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.