Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iquirino committed Nov 2, 2018
1 parent 656c2ac commit 64a020d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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<string, string> vals = new Dictionary<string, string>();
//Additional fields
Expand All @@ -33,7 +33,7 @@ log.Error("Testing", vals);
input {
tcp {
port => 1233
host => "10.32.12.52"
host => "192.168.0.151"
codec => json
}
}
Expand All @@ -51,4 +51,4 @@ output {
## Who is using

Iron Mountain Brasil
- All internals logs systems.
- All internals logs systems.

0 comments on commit 64a020d

Please sign in to comment.