Giter VIP home page Giter VIP logo

Comments (4)

rchicoli avatar rchicoli commented on June 19, 2024

hey @vysakhqb the docker environment variable should come before the image name:

docker run --volume=/var/run/docker.sock:/var/run/docker.sock \
  -it \
  -e ROUTE_URIS='logstash://localhost:5000' \
  vysakh/logspoutudp

PS: when you allocate pseudo-tty (-t option), the logs will be ignored as well

from logspout-logstash.

maxekman avatar maxekman commented on June 19, 2024

Can this be considered fixed? If so I'll close the issue.

from logspout-logstash.

ricardojoaoreis avatar ricardojoaoreis commented on June 19, 2024

Just another suggestion:

@vysakhqb instead of using the ROUTE_URISenvironment variable you can also just do it like this: docker run --volume=/var/run/docker.sock:/var/run/docker.sock -it vysakh/logspoutudp logstash://localhost:5000

Afterwards you can check the /routes endpoint to see if everything if the route is properly configured.

from logspout-logstash.

maxekman avatar maxekman commented on June 19, 2024

I'll close this due to no activity.

from logspout-logstash.

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.