Update DomainEntity_PaloAlto.yaml
Update the CommonSecurityLog lookup based on ingestion time.
This commit is contained in:
Родитель
8ca4e58259
Коммит
55e35c6293
|
@ -36,7 +36,8 @@ query: |
|
|||
| where isnotempty(DomainName)
|
||||
| join (
|
||||
CommonSecurityLog
|
||||
| where TimeGenerated > ago(dt_lookBack)
|
||||
| extend IngestionTime = ingestion_time()
|
||||
| where IngestionTime > ago(dt_lookBack)
|
||||
| where DeviceVendor =~ 'Palo Alto Networks'
|
||||
| where DeviceEventClassID =~ 'url'
|
||||
//Uncomment the line below to only alert on allowed connections
|
||||
|
|
Загрузка…
Ссылка в новой задаче