Skip to content

Commit

Permalink
Sync changes to CheckPoint Firewall
Browse files Browse the repository at this point in the history
Change type of event.severity.

elastic/integrations#409
  • Loading branch information
andrewkroh committed Jan 11, 2021
1 parent 09128b5 commit c422289
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,11 @@ processors:
type: long
ignore_failure: true
ignore_missing: true
- rename:
- convert:
field: checkpoint.severity
target_field: event.severity
type: long
ignore_failure: true
ignore_missing: true
- rename:
field: checkpoint.action
Expand Down Expand Up @@ -859,6 +861,7 @@ processors:
- checkpoint.xlatedst
- checkpoint.uid
- checkpoint.time
- checkpoint.severity
- syslog5424_ts
- _temp_
ignore_missing: true
Expand Down

0 comments on commit c422289

Please sign in to comment.