-
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 #1735 from SEKOIA-IO/update-intake-documentation
Refresh intakes documentation
- Loading branch information
Showing
11 changed files
with
3,089 additions
and
29 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 |
---|---|---|
|
@@ -742,9 +742,16 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
"10.79.48.3" | ||
], | ||
"user": [ | ||
"VMware vim-java 1.0" | ||
"VMware vim-java 1.0", | ||
"vpxd-extension-3876e603-9146-4105-90ff-075afdf17160" | ||
] | ||
}, | ||
"source": { | ||
"user": { | ||
"domain": "VSPHERE.LOCAL", | ||
"name": "vpxd-extension-3876e603-9146-4105-90ff-075afdf17160" | ||
} | ||
}, | ||
"user": { | ||
"name": "VMware vim-java 1.0" | ||
}, | ||
|
@@ -787,9 +794,15 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
"127.0.0.1" | ||
], | ||
"user": [ | ||
"pyvmomi" | ||
"pyvmomi", | ||
"root" | ||
] | ||
}, | ||
"source": { | ||
"user": { | ||
"name": "root" | ||
} | ||
}, | ||
"user": { | ||
"name": "pyvmomi" | ||
}, | ||
|
@@ -980,6 +993,58 @@ Find below few samples of events and how they are normalized by Sekoia.io. | |
``` | ||
|
||
|
||
=== "session_logs_type_1_2.json" | ||
|
||
```json | ||
|
||
{ | ||
"message": "Event [22091524] [1-1] [2023-11-29T15:51:06.726839Z] [vim.event.UserLoginSessionEvent] [info] [EXAMPLE\\john_doe] [] [22091524] [User EXAMPLE\\[email protected] logged in as JAAA-WS RI 2.3.0 svn-revision#3528ea595bd29309f69172d231bbce272d21999c]", | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"code": "vim.event.UserLoginSessionEvent", | ||
"type": [ | ||
"start" | ||
] | ||
}, | ||
"@timestamp": "2023-11-29T15:51:06.726839Z", | ||
"host": { | ||
"ip": "1.2.3.4" | ||
}, | ||
"log": { | ||
"level": "info" | ||
}, | ||
"observer": { | ||
"product": "VCenter", | ||
"vendor": "VMWare" | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.3.4" | ||
], | ||
"user": [ | ||
"JAAA-WS RI 2.3.0 svn-revision#3528ea595bd29309f69172d231bbce272d21999c", | ||
"john_doe" | ||
] | ||
}, | ||
"source": { | ||
"user": { | ||
"domain": "EXAMPLE", | ||
"name": "john_doe" | ||
} | ||
}, | ||
"user": { | ||
"name": "JAAA-WS RI 2.3.0 svn-revision#3528ea595bd29309f69172d231bbce272d21999c" | ||
}, | ||
"vmware_vcenter": { | ||
"event_id": "22091524" | ||
} | ||
} | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
@@ -1010,6 +1075,7 @@ The following table lists the fields that are extracted, normalized under the EC | |
|`source.address` | `keyword` | Source network address. | | ||
|`source.ip` | `ip` | IP address of the source. | | ||
|`source.port` | `long` | Port of the source. | | ||
|`source.user.domain` | `keyword` | Name of the directory the user is a member of. | | ||
|`source.user.name` | `keyword` | Short name or login of the user. | | ||
|`url.path` | `wildcard` | Path of the request, such as "/search". | | ||
|`user.name` | `keyword` | Short name or login of the user. | | ||
|
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.