exosp-app-cloud-sync-logs
Fetch application cloud synchronization logs for specified date range from Exosphere service.
exosp-app-cloud-sync-logs [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] [order=ORDER]
- profile=PROFILE
- Connect profile code of Exosphere
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- order=ORDER
- asc or desc.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _time | Date | Timestamp | Event occurrence time |
| profile | String | Connect profile | Exosphere connect profile code |
| emp_name | String | Name | e.g. Scott |
| dept_name | String | Department name | e.g. Sales |
| hostname | String | Hostname | e.g. DESKTOP-XXXXXXX |
| os_name | String | OS name | e.g. windows, macos |
| user | String | User | OS account name |
| category | String | App category | e.g. Cloud Storage |
| publisher | String | Publisher | e.g. Google, Apple Inc. |
| product_name | String | Product name | e.g. Google Drive, iCloud, Dropbox |
| process_name | String | Process name | e.g. Google Drive, bird, Dropbox |
| action | String | Action | e.g. PERMIT, BLOCK |
| file_name | String | File name | Cloud synchronization file name |
| file_size | Long | File size | Size of the cloud synchronization file |
| file_type | String | File type | e.g. General, Not Scanned, Scan Failed, Sensitive |
| pii_count | Integer | Detected PII Count | Number of personal information items included in the cloud synchronization file |
| pii_details | List | PII Details | Array of key-value pairs with name and count |
| file_path | String | File path | Cloud synchronization file path |
| dept_path | String | Department path | e.g. Logpresso > Sales |