Giter Club home page Giter Club logo

Comments (3)

pcornelissen avatar pcornelissen commented on August 30, 2024

Same problem here :-(
As ELK Stack I'm using sebp/elk

from docker-filebeat.

Ashmawy avatar Ashmawy commented on August 30, 2024

Hey, I think I've figured it out! @pcornelissen I'm also using sebp's image. You need to make sure that ssl is disabled for the beats input plugin within logstash. You can mount your own beats.conf file and override the default once to disable tls/ssl. The command looks something like this
docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it -v /path-to/your-beats-input.conf:/etc/logstash/conf.d/02-beats-input.conf --name elk sebp/elk

My conf is pretty basic, just use something like this
input { beats { port => 5044 } }

Also, make sure you set the permissions to 777 on that file before you mount it, I forgot that I was creating it as root and that also caused an issue. Let me know if that works for you or not, I can help :)

from docker-filebeat.

pcornelissen avatar pcornelissen commented on August 30, 2024

Great advice! Now it works here as well, but using docker-compose I couldn't mount the beats config file, so I had to create my own image based on sebs dockerfile

from docker-filebeat.

Related Issues (13)

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.