Skip to content

Commit

Permalink
comments from @adriansr
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed May 11, 2021
1 parent 24cb1e7 commit 6c443fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
15 changes: 0 additions & 15 deletions x-pack/filebeat/module/panw/panos/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,6 @@
description: >
Virtual system instance
# - name: eventid
# type: keyword
# description: >
# A string showing the name of the event.

# - name: hostid
# type: keyword
# description: >
# The unique ID that GlobalProtect assigns to identify the host.

# - name: machinename
# type: keyword
# description: >
# The name of the user’s machine.

- name: client_os_ver
type: keyword
description: >
Expand Down
5 changes: 0 additions & 5 deletions x-pack/filebeat/module/panw/panos/ingest/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,9 @@ processors:
allow_duplicates: false
value: denied
if: "ctx?.panw?.panos?.action != null && ['deny', 'drop', 'reset-client', 'reset-server', 'reset-both', 'block-url', 'block-ip', 'random-drop', 'sinkhole', 'block'].contains(ctx.panw.panos.action)"
- set:
field: event.outcome
value: failure
if: "ctx?.event?.type != null && ctx?.event?.type.contains('denied')"
- set:
field: event.outcome
value: success
if: ctx?.event?.outcome == null

# event.action for traffic logs.
- set:
Expand Down

0 comments on commit 6c443fd

Please sign in to comment.