Skip to content

Commit

Permalink
fix: swap some mappings to system
Browse files Browse the repository at this point in the history
  • Loading branch information
fscc-alexkornitzer committed Jul 7, 2022
1 parent 90579ef commit 4f92fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/sigma-event-logs-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ groups:
to: Event.EventData.CertThumbprint
visible: false
- from: Channel
to: Event.EventData.Channel
to: Event.System.Channel
visible: false
- from: ClassName
to: Event.EventData.ClassName
Expand Down Expand Up @@ -196,13 +196,13 @@ groups:
to: Event.EventData.KeyLength
visible: false
- from: Keywords
to: Event.EventData.Keywords
to: Event.System.Keywords
visible: false
- from: LayerRTID
to: Event.EventData.LayerRTID
visible: false
- from: Level
to: Event.EventData.Level
to: Event.System.Level
visible: false
- from: LocalName
to: Event.EventData.LocalName
Expand Down

0 comments on commit 4f92fd4

Please sign in to comment.