Merge pull request #7721 from Azure/Updating_AzureActivity_Templates

Updating the case for AadUserId.
This commit is contained in:
Pete Bryan 2023-03-31 12:12:20 -07:00 коммит произвёл GitHub
Родитель 9c71afb587 22fc9dec86
Коммит 6a4cecc61f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -42,7 +42,7 @@ query: |
| project-away Caller1
| extend Name = iif(Caller has '@',tostring(split(Caller,'@',0)[0]),"")
| extend UPNSuffix = iif(Caller has '@',tostring(split(Caller,'@',1)[0]),"")
| extend AaDUserId = iif(Caller !has '@',Caller,"")
| extend AadUserId = iif(Caller !has '@',Caller,"")
entityMappings:
- entityType: Account
fieldMappings:
@ -50,11 +50,11 @@ entityMappings:
columnName: Name
- identifier: UPNSuffix
columnName: UPNSuffix
- identifier: AaDUserId
columnName: AaDUserId
- identifier: AadUserId
columnName: AadUserId
- entityType: IP
fieldMappings:
- identifier: Address
columnName: CallerIpAddress
version: 2.0.2
version: 2.0.3
kind: Scheduled

Просмотреть файл

@ -35,7 +35,7 @@ query: |
RareCaller
| extend Name = iif(Caller has '@',tostring(split(Caller,'@',0)[0]),"")
| extend UPNSuffix = iif(Caller has '@',tostring(split(Caller,'@',1)[0]),"")
| extend AaDUserId = iif(Caller !has '@',Caller,"")
| extend AadUserId = iif(Caller !has '@',Caller,"")
entityMappings:
- entityType: Account
fieldMappings:
@ -43,11 +43,11 @@ entityMappings:
columnName: Name
- identifier: UPNSuffix
columnName: UPNSuffix
- identifier: AaDUserId
columnName: AaDUserId
- identifier: AadUserId
columnName: AadUserId
- entityType: IP
fieldMappings:
- identifier: Address
columnName: CallerIpAddress
version: 2.0.1
version: 2.0.2
kind: Scheduled

Просмотреть файл

@ -41,7 +41,7 @@ query: |
| summarize count(), make_set(OperationNameValue,100), make_set(_ResourceId,100) by bin(TimeGenerated, timeframe), Caller ) on TimeGenerated, Caller
| extend Name = iif(Caller has '@',tostring(split(Caller,'@',0)[0]),"")
| extend UPNSuffix = iif(Caller has '@',tostring(split(Caller,'@',1)[0]),"")
| extend AaDUserId = iif(Caller !has '@',Caller,"")
| extend AadUserId = iif(Caller !has '@',Caller,"")
entityMappings:
- entityType: Account
fieldMappings:
@ -49,7 +49,7 @@ entityMappings:
columnName: Name
- identifier: UPNSuffix
columnName: UPNSuffix
- identifier: AaDUserId
columnName: AaDUserId
version: 2.0.1
- identifier: AadUserId
columnName: AadUserId
version: 2.0.2
kind: Scheduled