Skip to content

Commit

Permalink
Fix event_data description
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Sep 16, 2016
1 parent eed2726 commit 816335b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion winlogbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ type: dict

required: False

The event-specific data. This field is mutually exclusive with `user_data`. If you are capturing event data on versions prior to Windows Vista, the parameters in `event_data` are named `param1`, `param2`, and so on, because event log messages are unnamed in earlier versions of Windows.
The event-specific data. This field is mutually exclusive with `user_data`. If you are capturing event data on versions prior to Windows Vista, the parameters in `event_data` are named `param1`, `param2`, and so on, because event log parameters are unnamed in earlier versions of Windows.


[float]
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/etc/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
The event-specific data. This field is mutually exclusive with
`user_data`. If you are capturing event data on versions prior
to Windows Vista, the parameters in `event_data` are named `param1`,
`param2`, and so on, because event log messages are unnamed in
`param2`, and so on, because event log parameters are unnamed in
earlier versions of Windows.
- name: event_id
Expand Down

0 comments on commit 816335b

Please sign in to comment.