Skip to content

Commit

Permalink
Fix newly added PANW threat schema, fix error logging, update avro dep (
Browse files Browse the repository at this point in the history
#171)

- Fix newly added PANW threat schema breaking change (url_category_list:
string -> list<string>)
- Dont error!() log the whole mutated event on failure to cloudwatch
since we sideline the input event and this can be really huge.
- Improve some error string to include the failing log source table name
as this is impossible right now
- Note: most of the diff in transformer/main.rs is just whitespace while
adding a missing indent in process() lambda fn
  • Loading branch information
shaeqahmed committed Jul 21, 2023
1 parent 9b524fa commit 72814ee
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 181 deletions.
4 changes: 3 additions & 1 deletion data/managed/log_sources/panw/log_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,9 @@ schema:
- name: category
type: string
- name: url_category_list
type: string
type:
element: string
type: list
- name: url_idx
type: string
- name: user
Expand Down
Loading

0 comments on commit 72814ee

Please sign in to comment.