How do i configure my logstash config file to input from a different beats server(not on localhost).
Generally it is this :-
input{
beats{
port => "5044"
}
}
But now i have beats on a different server(Not on localhost). How should i change it this?
