Skip to content

Commit

Permalink
Fix type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jvassev committed Apr 28, 2018
1 parent e777780 commit 19b6ed5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ helm instal ... \
--set=meta.values.cluster=legacy
```

Every log event, be it from a pod or a systemd unit, will now have carry this metadata:
Every log event, be it from a pod, mounted-file or a systemd unit, will now carry this metadata:

```json
{
Expand All @@ -260,8 +260,7 @@ Every log event, be it from a pod or a systemd unit, will now have carry this me
"env": "staging",
"cluster": "legacy",
},
"message": "hello world",
"@timestamp": "..."
...
}
```

Expand Down

0 comments on commit 19b6ed5

Please sign in to comment.