From 9079af6d9a93ef01e409a81d7a2e4a3c6e24205d Mon Sep 17 00:00:00 2001 From: Jagadish Talluri Date: Fri, 9 Oct 2015 16:32:28 +0530 Subject: [PATCH] made the PORT numbers same in both CONF files this reduces the ambiguity for new users. so they can think that it is one port. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a6b9173..2215987b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ the only thing on the line: # A list of downstream servers listening for our messages. # logstash-forwarder will pick one at random and only switch if # the selected one appears to be dead or unresponsive - "servers": [ "localhost:5043" ], + "servers": [ "localhost:12345" ], # The path to your client ssl certificate (optional) "ssl certificate": "./logstash-forwarder.crt",