Skip to content

Commit

Permalink
Changed from user to principal_email
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanmaskey authored and joachimmetz committed Dec 26, 2024
1 parent fbf7090 commit 7e941b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plaso/data/formatters/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,12 @@ type: 'conditional'
data_type: 'gcp:log:entry'
message:
- '{text_payload}'
- 'User {user}'
- 'User {principal_email}'
- 'performed {event_subtype}'
- 'on {resource_name}'
short_message:
- '{text_payload}'
- 'User {user}'
- 'User {principal_email}'
- 'performed {event_subtype}'
- 'on {resource_name}'
short_source: 'LOG'
Expand Down

0 comments on commit 7e941b3

Please sign in to comment.