Adding new columns
This commit is contained in:
Родитель
d9f0214e46
Коммит
8ac422ba4d
|
@ -116,7 +116,8 @@ ObjectCount = column_ifexists("object_count_d", ""),
|
|||
PathId = column_ifexists("path_id_d", ""),
|
||||
PolicyId = column_ifexists("policy_id_d", ""),
|
||||
QuarantineProfileId = column_ifexists("quarantine_profile_id_d", ""),
|
||||
RequestId = column_ifexists("requestid_s", column_ifexists("request_id_d", "")),
|
||||
RequestId = column_ifexists("request_id_d", ""),
|
||||
RequestIdNew = column_ifexists("requestid_s", ""),
|
||||
RiskLevelId = column_ifexists("risk_level_id_d", ""),
|
||||
RunId = column_ifexists("run_id_d", ""),
|
||||
SaProfileId = column_ifexists("sa_profile_id_d", ""),
|
||||
|
@ -133,7 +134,9 @@ Threshold = column_ifexists("threshold_d", ""),
|
|||
TotalCollaboratorCount = column_ifexists("total_collaborator_count_d", ""),
|
||||
BinTimestamp = column_ifexists("bin_timestamp_d", ""),
|
||||
BrowserSessionId = column_ifexists("browser_session_id_d", ""),
|
||||
ConnectionId = column_ifexists("connectionid_s", column_ifexists("connection_id_d", "")),
|
||||
BrowserSessionIdNew = column_ifexists("browser_sessionid_s", ""),
|
||||
ConnectionId = column_ifexists("connection_id_d", ""),
|
||||
ConnectionIdNew = column_ifexists("connectionid_s", ""),
|
||||
LastTimestamp = column_ifexists("last_timestamp_d", ""),
|
||||
ScanTime = column_ifexists("scan_time_d", ""),
|
||||
ThresholdTime = column_ifexists("threshold_time_d", ""),
|
||||
|
@ -143,7 +146,8 @@ ActUser = column_ifexists("act_user_s", ""),
|
|||
Action = column_ifexists("action_s", ""),
|
||||
ActivityStatus = column_ifexists("activity_status_s", ""),
|
||||
ActivityType = column_ifexists("activity_type_s", ""),
|
||||
AppSessionId = column_ifexists("app_sessionid_s", column_ifexists("app_session_id_d", "")),
|
||||
AppSessionId = column_ifexists("app_session_id_d", ""),
|
||||
AppSessionIdNew = column_ifexists("app_sessionid_s", ""),
|
||||
Attachment = column_ifexists("attachment_s", ""),
|
||||
AuditCategory = column_ifexists("audit_category_s", ""),
|
||||
AuditType = column_ifexists("audit_type_s", ""),
|
||||
|
@ -158,8 +162,10 @@ DeviceClassification = column_ifexists("device_classification_s", ""),
|
|||
DlpFile = column_ifexists("dlp_file_s", ""),
|
||||
DlpFingerprintClassification = column_ifexists("dlp_fingerprint_classification_s", ""),
|
||||
DlpFingerprintMatch = column_ifexists("dlp_fingerprint_match_s", ""),
|
||||
DlpIncidentId = column_ifexists("dlp_incidentid_s", column_ifexists("dlp_incident_id_d", "")),
|
||||
DlpParentId = column_ifexists("dlp_parentid_s", column_ifexists("dlp_parent_id_d", "")),
|
||||
DlpIncidentId = column_ifexists("dlp_incident_id_d", ""),
|
||||
DlpIncidentIdNew = column_ifexists("dlp_incidentid_s", ""),
|
||||
DlpParentId = column_ifexists("dlp_parent_id_d", ""),
|
||||
DlpParentIdNew = column_ifexists("dlp_parentid_s", ""),
|
||||
DlpProfile = column_ifexists("dlp_profile_s", ""),
|
||||
DlpRule = column_ifexists("dlp_rule_s", ""),
|
||||
DlpRuleSeverity = column_ifexists("dlp_rule_severity_s", ""),
|
||||
|
@ -274,7 +280,8 @@ ThreatMatchField = column_ifexists("threat_match_field_s", ""),
|
|||
Title = column_ifexists("title_s", ""),
|
||||
ToObject = column_ifexists("to_object_s", ""),
|
||||
ToUserCategory = column_ifexists("to_user_category_s", ""),
|
||||
TransactionId = column_ifexists("transactionid_s", column_ifexists("transaction_id_d", "")),
|
||||
TransactionId = column_ifexists("transaction_id_d", ""),
|
||||
TransactionIdNew = column_ifexists("transactionid_s", ""),
|
||||
TssMode = column_ifexists("tss_mode_s", ""),
|
||||
TunnelId = column_ifexists("tunnel_id_s", ""),
|
||||
Url2Activity = column_ifexists("Url2Activity_s", ""),
|
||||
|
@ -290,3 +297,4 @@ Workspace = column_ifexists("workspace_s", ""),
|
|||
WorkspaceId = column_ifexists("workspace_id_s", ""),
|
||||
ZipPassword = column_ifexists("zip_password_s", "")
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче