Skip to content

Commit

Permalink
Update spec.yaml (#18664)
Browse files Browse the repository at this point in the history
* Update spec.yaml

* add event_id example
  • Loading branch information
Janaeq authored Sep 26, 2024
1 parent b0834e7 commit 6c74bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions win32_event_log/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ files:
type: array
items:
type: string
example:
- '1101'
- name: message_filters
description: |
The `message_filters` filter instructs the check to only capture
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ instances:
##
## Note: This is only used when `legacy_mode` is set to `true`.
#
# event_id: []
# event_id:
# - '1101'

## @param message_filters - list of strings - optional
## The `message_filters` filter instructs the check to only capture
Expand Down

0 comments on commit 6c74bbe

Please sign in to comment.