diff --git a/README.md b/README.md index c756f3d..85631b9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ PM > Install-Package NetStash ## Usage ``` -NetStashLog log = new NetStashLog("brspomelkq01.la.imtn.com", 1233, "NSTest", "NSTestLog"); +NetStashLog log = new NetStashLog("myhostname", 1233, "NSTest", "NSTestLog"); Dictionary vals = new Dictionary(); //Additional fields @@ -33,7 +33,7 @@ log.Error("Testing", vals); input { tcp { port => 1233 - host => "10.32.12.52" + host => "192.168.0.151" codec => json } } @@ -51,4 +51,4 @@ output { ## Who is using Iron Mountain Brasil - - All internals logs systems. \ No newline at end of file + - All internals logs systems.