-
Notifications
You must be signed in to change notification settings - Fork 57
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 #1677 from SEKOIA-IO/update-intake-documentation
Refresh intakes documentation
- Loading branch information
Showing
8 changed files
with
826 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,9 +54,6 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
}, | ||
"google": { | ||
"report": { | ||
"actor": { | ||
"email": "[email protected]" | ||
}, | ||
"parameters": { | ||
"visibility": "shared_internally" | ||
} | ||
|
@@ -109,13 +106,6 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
"owner": "[email protected]", | ||
"type": "document" | ||
}, | ||
"google": { | ||
"report": { | ||
"actor": { | ||
"email": "[email protected]" | ||
} | ||
} | ||
}, | ||
"network": { | ||
"application": "drive" | ||
}, | ||
|
@@ -166,9 +156,6 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
}, | ||
"google": { | ||
"report": { | ||
"actor": { | ||
"email": "[email protected]" | ||
}, | ||
"parameters": { | ||
"visibility": "people_within_domain_with_link" | ||
} | ||
|
@@ -190,6 +177,7 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
"ip": "1.2.3.4" | ||
}, | ||
"user": { | ||
"email": "[email protected]", | ||
"id": "111111111" | ||
} | ||
} | ||
|
@@ -222,9 +210,6 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
}, | ||
"google": { | ||
"report": { | ||
"actor": { | ||
"email": "[email protected]" | ||
}, | ||
"parameters": { | ||
"visibility": "shared_externally" | ||
} | ||
|
@@ -246,6 +231,7 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
"ip": "0.0.0.0" | ||
}, | ||
"user": { | ||
"email": "[email protected]", | ||
"id": "XXXXXX", | ||
"target": { | ||
"email": "[email protected]" | ||
|
@@ -275,7 +261,6 @@ The following table lists the fields that are extracted, normalized under the EC | |
|`file.name` | `keyword` | Name of the file including the extension, without the directory. | | ||
|`file.owner` | `keyword` | File owner's username. | | ||
|`file.type` | `keyword` | File type (file, dir, or symlink). | | ||
|`google.report.actor.email` | `keyword` | Drive actor email | | ||
|`google.report.parameters.visibility` | `keyword` | Visibility of the Drive item associated with the activity | | ||
|`network.application` | `keyword` | Application level protocol name. | | ||
|`source.ip` | `ip` | IP address of the source. | | ||
|
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
Oops, something went wrong.