Azure DevOps Modeling Rule

Modeling Rule

AzureDevOps

Details

IDAzure_DevOps_ModelingRule
From Version8.15.0

Schema

msft_azure_devops_raw

Field Type Array?
ActorCUID string
ActorUPN string
Area string
AuthenticationMechanism string
Category string
CorrelationId string
Data string
Details string
Id string
IpAddress string
OperationName string
ProjectId string
ProjectName string
TimeGenerated datetime
Type string
UserAgent string
_raw_log string
{
    "msft_azure_devops_raw": {
        "ActorCUID": {
            "type": "string",
            "is_array": false
        },
        "ActorUPN": {
            "type": "string",
            "is_array": false
        },
        "Area": {
            "type": "string",
            "is_array": false
        },
        "AuthenticationMechanism": {
            "type": "string",
            "is_array": false
        },
        "Category": {
            "type": "string",
            "is_array": false
        },
        "CorrelationId": {
            "type": "string",
            "is_array": false
        },
        "Data": {
            "type": "string",
            "is_array": false
        },
        "Details": {
            "type": "string",
            "is_array": false
        },
        "IpAddress": {
            "type": "string",
            "is_array": false
        },
        "OperationName": {
            "type": "string",
            "is_array": false
        },
        "ProjectId": {
            "type": "string",
            "is_array": false
        },
        "ProjectName": {
            "type": "string",
            "is_array": false
        },
        "Type": {
            "type": "string",
            "is_array": false
        },
        "UserAgent": {
            "type": "string",
            "is_array": false
        },
        "_raw_log": {
            "type": "string",
            "is_array": false
        },
        "Id": {
            "type": "string",
            "is_array": false
        },
        "TimeGenerated": {
            "type": "datetime",
            "is_array": false
        }
    }
}