Skip to content

Commit

Permalink
[reciever/windowseventlogreceiver] Fixed incorrect example config for…
Browse files Browse the repository at this point in the history
… Windows Event Log Receiver (#10971)

* Fixed incorrect example config for Windows Eventlog Receiver

Signed-off-by: Corbin Phelps <[email protected]>

* Updated changelog

Signed-off-by: Corbin Phelps <[email protected]>
  • Loading branch information
Corbin Phelps authored Jun 13, 2022
1 parent 6e50708 commit df32aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- `kubletetstatsreceiver`: Bring back `k8s.container.name` attribute (#10848)
- `pkg/stanza`: Skip building fingerprint in case of configuration change (#10485)
- `transformprocessor`: Fix issue where some metric fields were not working correctly in conditions. (#10473)
- `windowseventlogreceiver`: Fixed example config in readme (#10971)

## v0.53.0

Expand Down
5 changes: 3 additions & 2 deletions receiver/windowseventlogreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ Each operator performs a simple responsibility, such as parsing a timestamp or J

Configuration:
```yaml
- type: windowseventlog
channel: application
receivers:
windowseventlog:
channel: application
```
Output entry sample:
Expand Down

0 comments on commit df32aa6

Please sign in to comment.