Skip to content

Commit

Permalink
Apply linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vg-svitla committed Jan 15, 2025
1 parent c0221f0 commit c63989e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Trend Micro/trend-micro-vision-one-oat/ingest/parser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: trend-micro-vision-one-oat
ignored_values: [ ]
ignored_values: []
pipeline:
- name: parsed_event
external:
Expand All @@ -25,8 +25,8 @@ stages:
set_ecs_fields:
actions:
- set:
event.category: [ "intrusion_detection" ]
event.type: [ "info" ]
event.category: ["intrusion_detection"]
event.type: ["info"]
observer.vendor: "TrendMicro"
observer.product: "Vision One"

Expand Down Expand Up @@ -101,8 +101,8 @@ stages:
set_email_fields:
actions:
- set:
event.category: [ "email" ]
event.type: [ "info" ]
event.category: ["email"]
event.type: ["info"]

email.from.address: "{{ parsed_event.message.suser }}"
email.to.address: "{{ parsed_event.message.duser }}"
Expand Down

0 comments on commit c63989e

Please sign in to comment.