Hi.
On my server, I have log file in json format and in plain text format.
I want to separate them on two logstash input (one for with a json codec and one with plain codec).
My logstash use two lumberjack input that listen on port 5000 and 5001.
Can I have two logstash-forwarder on my server ?
One that send logs on port 5000 and one that send logs on port 5001.
If yes, how can I do this ?