Not shipping logs from Cloud Foundry to logstash

Here is my logstash conf:
Conf:
input {
beats {
port => 5044
}
tcp{
port => 5000
}

At cloud foundry end i have binded logstash drain service:
cf cups logstash-drain -l syslog://[logserver]:5000
cf bind-service [app-name] logstash-drain

I dont see logs being shipped to logstash. Am i missing any configuration in logstash?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.