Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logstash doesn't receive messages from Logspout #18

Closed
zot24 opened this issue Mar 4, 2016 · 2 comments
Closed

Logstash doesn't receive messages from Logspout #18

zot24 opened this issue Mar 4, 2016 · 2 comments

Comments

@zot24
Copy link

zot24 commented Mar 4, 2016

I got everything up and running logspout is showing me the trace of my nginx access_log when running: curl http://127.0.0.1:8000/logs.

logstash is listening on the port 5044 I have run it on debug mode and try netcat it with udp and it's showing the calls on the log file:

echo nc "test" | nc -4u -w1 172.18.0.2 5044`

However it seems like logspout it's not sending anything to logstash for some reason and I can't figure out why that could be happening.

This is how my environment variables looks like on my logspout container:

ENV ROUTE_URIS=logstash://172.18.0.2:5044
@zot24
Copy link
Author

zot24 commented Mar 4, 2016

btw the version of logspout I'm using is v2

@zot24
Copy link
Author

zot24 commented Mar 4, 2016

Ok! I make it work I have to change to the v3 to make it work atm master on logspout it's broken and that make it work on my local tests :)

@zot24 zot24 closed this as completed Mar 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant