forked from SEKOIA-IO/intake-formats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request SEKOIA-IO#1148 from SEKOIA-IO/feat/zscaler-zia-use…
…r-name Replace zscaler.zia.deviceowner by user.name
- Loading branch information
Showing
6 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,22 +39,23 @@ | |
"ip": [ | ||
"1.2.3.4", | ||
"5.6.7.8" | ||
], | ||
"user": [ | ||
"johndoe" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"name": "johndoe" | ||
}, | ||
"zscaler": { | ||
"zia": { | ||
"category": "Corporate Marketing", | ||
"department": "Financial%20Dept", | ||
"device": { | ||
"owner": "johndoe" | ||
}, | ||
"source_type": "zscalernss-dns" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,9 @@ | |
"ip": [ | ||
"1.2.3.4", | ||
"5.6.7.8" | ||
], | ||
"user": [ | ||
"johndoe" | ||
] | ||
}, | ||
"source": { | ||
|
@@ -41,15 +44,13 @@ | |
"port": 52352 | ||
}, | ||
"user": { | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"name": "johndoe" | ||
}, | ||
"zscaler": { | ||
"zia": { | ||
"avgduration": "170000", | ||
"department": "Financial%20Dept", | ||
"device": { | ||
"owner": "johndoe" | ||
}, | ||
"source_type": "zscalernss-fw", | ||
"threat": { | ||
"category": "Threat category 2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,9 @@ | |
"ip": [ | ||
"1.2.3.4", | ||
"5.6.7.8" | ||
], | ||
"user": [ | ||
"johndoe" | ||
] | ||
}, | ||
"server": { | ||
|
@@ -62,7 +65,8 @@ | |
"top_level_domain": "com" | ||
}, | ||
"user": { | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"name": "johndoe" | ||
}, | ||
"user_agent": { | ||
"device": { | ||
|
@@ -78,9 +82,6 @@ | |
"zia": { | ||
"appname": "General Browsing", | ||
"department": "Financial%20Dept", | ||
"device": { | ||
"owner": "johndoe" | ||
}, | ||
"event_id": "1111111111111111111", | ||
"keyprotectiontype": "N/A", | ||
"product": "NSS", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,9 @@ | |
"ip": [ | ||
"1.2.3.4", | ||
"5.6.7.8" | ||
], | ||
"user": [ | ||
"johndoe" | ||
] | ||
}, | ||
"server": { | ||
|
@@ -65,7 +68,8 @@ | |
"top_level_domain": "com" | ||
}, | ||
"user": { | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"name": "johndoe" | ||
}, | ||
"user_agent": { | ||
"device": { | ||
|
@@ -81,9 +85,6 @@ | |
"zia": { | ||
"appname": "General Browsing", | ||
"department": "Financial%20Dept", | ||
"device": { | ||
"owner": "johndoe" | ||
}, | ||
"event_id": "1111111111111111111", | ||
"keyprotectiontype": "N/A", | ||
"product": "NSS", | ||
|