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?