fixed comma issues
This commit is contained in:
Родитель
d48f44d6e9
Коммит
caa4c7cf39
|
@ -63,16 +63,16 @@ let Cisco_Umbrella_proxy_view = view () {
|
|||
AmpDisposition=column_ifexists('AMP_Disposition_s', ''),
|
||||
ThreatName=column_ifexists('AMP_Malware_Name_s', ''),
|
||||
AmpScore=column_ifexists('AMP_Score_s', ''),
|
||||
PolicyIdentityType=column_ifexists('Policy_Identity_Type_s', '')
|
||||
ThreatCategory=column_ifexists('Blocked_Categories_s', '')
|
||||
PolicyIdentityType=column_ifexists('Policy_Identity_Type_s', ''),
|
||||
ThreatCategory=column_ifexists('Blocked_Categories_s', ''),
|
||||
Identities=column_ifexists('Identities_s', ''),
|
||||
IdentityType=column_ifexists('Identity_Type_s', ''),
|
||||
HttpRequestMethod=column_ifexists('Request_Method_s', '')
|
||||
DLPStatus=column_ifexists('DLP_Status_s', '')
|
||||
CertificateErrors=column_ifexists('Certificate_Errors_s', '')
|
||||
FileName=column_ifexists('File_Name_s', '')
|
||||
RuleID=column_ifexists('Rule_ID_s', '')
|
||||
RulesetID=column_ifexists('Ruleset_ID_s', '')
|
||||
HttpRequestMethod=column_ifexists('Request_Method_s', ''),
|
||||
DLPStatus=column_ifexists('DLP_Status_s', ''),
|
||||
CertificateErrors=column_ifexists('Certificate_Errors_s', ''),
|
||||
FileName=column_ifexists('File_Name_s', ''),
|
||||
RuleID=column_ifexists('Rule_ID_s', ''),
|
||||
RulesetID=column_ifexists('Ruleset_ID_s', ''),
|
||||
DestinationListIDs=column_ifexists('Destination_List_IDs_s', '')
|
||||
| project
|
||||
TimeGenerated,
|
||||
|
@ -168,4 +168,4 @@ let Cisco_Umbrella_cloudfirewall_view = view () {
|
|||
NetworkRuleNumber,
|
||||
DvcAction
|
||||
};
|
||||
union isfuzzy=true Cisco_Umbrella_dns_view, Cisco_Umbrella_proxy_view, Cisco_Umbrella_ip_view, Cisco_Umbrella_cloudfirewall_view
|
||||
union isfuzzy=true Cisco_Umbrella_dns_view, Cisco_Umbrella_proxy_view, Cisco_Umbrella_ip_view, Cisco_Umbrella_cloudfirewall_view
|
||||
|
|
Загрузка…
Ссылка в новой задаче