VMware Airwatch 로그 수집

다음에서 지원:

이 문서에서는 Bindplane을 사용하여 VMware Airwatch (VMware Workspace ONE UEM) 로그를 Google Security Operations에 수집하는 방법을 설명합니다. 파서는 다양한 형식 (SYSLOG + KV, CEF)의 로그에서 보안 이벤트 데이터를 추출합니다. 먼저 AirWatch 로그 구조에 특정한 일련의 Grok 패턴을 사용하여 로그 메시지를 파싱한 다음 이벤트 데이터에서 키-값 쌍을 추출하여 통합 데이터 모델 (UDM) 필드에 매핑하고, 이벤트를 분류하고 보안 분석을 위한 컨텍스트 정보로 보강합니다.

시작하기 전에

다음 기본 요건이 충족되었는지 확인합니다.

  • Google SecOps 인스턴스
  • Windows 2016 이상 또는 systemd가 설치된 Linux 호스트
  • 프록시 뒤에서 실행하는 경우 방화벽 포트가 열려 있는지 확인
  • VMware Airwatch에 대한 권한 액세스

Google SecOps 수집 인증 파일 가져오기

  1. Google SecOps 콘솔에 로그인합니다.
  2. SIEM 설정 > 수집 에이전트로 이동합니다.
  3. 수집 인증 파일을 다운로드합니다. Bindplane이 설치될 시스템에 파일을 안전하게 저장합니다.

Google SecOps 고객 ID 가져오기

  1. Google SecOps 콘솔에 로그인합니다.
  2. SIEM 설정 > 프로필로 이동합니다.
  3. 조직 세부정보 섹션에서 고객 ID를 복사하여 저장합니다.

Bindplane 에이전트 설치

다음 안내에 따라 Windows 또는 Linux 운영체제에 Bindplane 에이전트를 설치합니다.

Windows 설치

  1. 명령 프롬프트 또는 PowerShell을 관리자로 엽니다.
  2. 다음 명령어를 실행합니다.

    msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
    

Linux 설치

  1. 루트 또는 sudo 권한으로 터미널을 엽니다.
  2. 다음 명령어를 실행합니다.

    sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
    

추가 설치 리소스

추가 설치 옵션은 설치 가이드를 참고하세요.

Syslog를 수집하여 Google SecOps로 전송하도록 Bindplane 에이전트 구성

  1. 구성 파일에 액세스합니다.
    • config.yaml 파일을 찾습니다. 일반적으로 Linux에서는 /etc/bindplane-agent/ 디렉터리에 있고 Windows에서는 설치 디렉터리에 있습니다.
    • 텍스트 편집기 (예: nano, vi, 메모장)를 사용하여 파일을 엽니다.
  2. 다음과 같이 config.yaml 파일을 수정합니다.

    receivers:
        udplog:
            # Replace the port and IP address as required
            listen_address: "0.0.0.0:514"
    
    exporters:
        chronicle/chronicle_w_labels:
            compression: gzip
            # Adjust the path to the credentials file you downloaded in Step 1
            creds_file_path: '/path/to/ingestion-authentication-file.json'
            # Replace with your actual customer ID from Step 2
            customer_id: <customer_id>
            endpoint: malachiteingestion-pa.googleapis.com
            # Add optional ingestion labels for better organization
            log_type: 'AIRWATCH'
            raw_log_field: body
            ingestion_labels:
    
    service:
        pipelines:
            logs/source0__chronicle_w_labels-0:
                receivers:
                    - udplog
                exporters:
                    - chronicle/chronicle_w_labels
    
    • 인프라에 필요한 대로 포트와 IP 주소를 바꿉니다.
    • <customer_id>를 실제 고객 ID로 바꿉니다.
    • Google SecOps 수집 인증 파일 가져오기 섹션에서 인증 파일이 저장된 경로로 /path/to/ingestion-authentication-file.json를 업데이트합니다.

Bindplane 에이전트를 다시 시작하여 변경사항 적용

  • Linux에서 Bindplane 에이전트를 다시 시작하려면 다음 명령어를 실행합니다.

    sudo systemctl restart bindplane-agent
    
  • Windows에서 Bindplane 에이전트를 다시 시작하려면 서비스 콘솔을 사용하거나 다음 명령어를 입력하면 됩니다.

    net stop BindPlaneAgent && net start BindPlaneAgent
    

VMware Airwatch (VMware Workspace ONE UEM)용 Syslog 구성

  1. VMware AirWatch 웹 UI에 로그인합니다.
  2. 모니터 > 보고서 및 분석 > 이벤트 > Syslog로 이동합니다.
  3. 다음 구성 세부정보를 제공합니다.
    • Syslog Integration(Syslog 통합): Enabled(사용 설정)를 선택합니다.
    • 호스트 이름: Bindplane 에이전트 IP 주소를 입력합니다.
    • 프로토콜: UDP를 선택합니다.
    • 포트: Bindplane 에이전트 포트 번호를 입력합니다.
    • 메시지 태그: Airwatch를 입력합니다.
    • 메시지 콘텐츠: 기본값으로 유지합니다.
  4. 고급 탭으로 이동합니다.
  5. 다음 구성 세부정보를 제공합니다.
    • 콘솔 이벤트: 사용 설정을 선택합니다.
    • Select Console Events to Send to Syslog(Syslog로 전송할 콘솔 이벤트 선택): Select All(모두 선택)을 클릭합니다.
    • 기기 이벤트: 사용 설정을 선택합니다.
    • Syslog로 전송할 기기 이벤트 선택: 모두 선택을 클릭합니다.
  6. 저장을 클릭합니다.
  7. Test Connection(연결 테스트)을 클릭합니다.

UDM 매핑 테이블

로그 필드 UDM 매핑 논리
AdminAccount principal.user.userid 이 값은 원시 로그의 AdminAccount 필드에서 가져옵니다.
Application target.application 값은 원시 로그의 애플리케이션 필드에서 가져옵니다.
ApplicationUUID additional.fields[].value.string_value 이 값은 원시 로그의 ApplicationUUID 필드에서 가져옵니다. 키가 'ApplicationUUID'로 설정됩니다.
BytesReceived network.received_bytes 이 값은 원시 로그의 BytesReceived 필드에서 가져옵니다.
Device target.hostname 값은 원시 로그의 기기 필드에서 가져옵니다.
DeviceEventLogDescription metadata.description 이 값은 원시 로그의 DeviceEventLogDescription 필드에서 가져옵니다.
Enrollment User principal.user.userid event_name이 AppCatalogLaunch, InstallApplicationConfirmed, InstallProfileConfirmed, BreakMDMConfirmed, DeviceOperatingSystemChanged, RemoveProfileConfirmed, CertificateIssued, CompromisedStatusChanged, AppListSampleRefused, CertificateListSampleRefused, DeviceInformationRefused, ProfileListRefused, SecurityInformation, SecureChannelCheckIn, SecurityInformationConfirmed, StartACMConfirmed, DeviceAttributeDeviceMCCModified, DeviceAttributePhoneNumberModified, AvailableOSUpdatesList, AvailableOsUpdatesConfirmed 중 하나인 경우 값은 원시 로그의 등록 사용자 필드에서 가져옵니다.
Event Category additional.fields[].value.string_value 값은 원시 로그의 이벤트 카테고리 필드에서 가져옵니다. 키는 '이벤트 카테고리'로 설정됩니다.
Event Module additional.fields[].value.string_value 값은 원시 로그의 이벤트 모듈 필드에서 가져옵니다. 키는 'Event Module'로 설정됩니다.
Event Source additional.fields[].value.string_value 값은 원시 로그의 이벤트 소스 필드에서 가져옵니다. 키는 '이벤트 소스'로 설정됩니다.
Event Timestamp metadata.event_timestamp.seconds 값은 원시 로그의 이벤트 타임스탬프 필드에서 가져옵니다.
FriendlyName target.hostname 값은 원시 로그의 FriendlyName 필드에서 가져옵니다.
GroupManagementData security_result.description 이 값은 원시 로그의 GroupManagementData 필드에서 가져옵니다.
Hmac additional.fields[].value.string_value 값은 원시 로그의 Hmac 필드에서 가져옵니다. 키가 'Hmac'으로 설정됩니다.
LoginSessionID network.session_id 값은 원시 로그의 LoginSessionID 필드에서 가져옵니다.
MessageText metadata.description 값은 원시 로그의 MessageText 필드에서 가져옵니다.
OriginatingOrganizationGroup principal.user.group_identifiers 이 값은 원시 로그의 OriginatingOrganizationGroup 필드에서 가져옵니다.
OwnershipType additional.fields[].value.string_value 값은 원시 로그의 OwnershipType 필드에서 가져옵니다. 키가 'OwnershipType'으로 설정됩니다.
Profile target.resource.name 값은 원시 로그의 프로필 필드에서 가져옵니다.
ProfileName target.resource.name 값은 원시 로그의 ProfileName 필드에서 가져옵니다.
Request Url target.url 이 값은 원시 로그의 요청 URL 필드에서 가져옵니다.
SmartGroupName target.group.group_display_name 값은 원시 로그의 SmartGroupName 필드에서 가져옵니다.
Tags additional.fields[].value.string_value 값은 원시 로그의 태그 필드에서 가져옵니다. 키가 '태그'로 설정됩니다.
User target.user.userid event_name이 SSPUserLoginAttemptFailed인 경우 값은 원시 로그의 사용자 필드에서 가져옵니다.
event_name metadata.product_event_type 값은 원시 로그의 이벤트 필드에서 가져옵니다.
extensions.auth.type event_name이 AdminUserLoggedIn, SSPUserLoginAttemptFailed, AdminUserLoggedOut, AuthTokenIssued, AuthTokenRevoked 중 하나인 경우 값은 'SSO'로 설정됩니다.
is_alert event_name이 ComplianceStatusChanged, DeviceProfileTypeBlocked, ComplianceActionTaken 중 하나인 경우 값은 'true'로 설정됩니다.
is_significant event_name이 ComplianceStatusChanged인 경우 값은 'true'로 설정됩니다.
is_significant event_name이 DeviceProfileTypeBlocked인 경우 값은 'false'로 설정됩니다.
metadata.event_type event_name이 SecureChannelCheckIn인 경우 값은 'GENERIC_EVENT'로 설정됩니다.
metadata.event_type event_name이 ApplicationGroupCreated인 경우 값은 'GROUP_CREATION'으로 설정됩니다.
metadata.event_type event_name이 SmartGroupsDeleted인 경우 값은 'GROUP_DELETION'으로 설정됩니다.
metadata.event_type event_name이 SmartGroupsModified, ApplicationGroupAssignmentModified 중 하나인 경우 값은 'GROUP_MODIFICATION'으로 설정됩니다.
metadata.event_type event_data 필드에 'session'이 포함되고 hash_value 필드가 'org'로 끝나면 값은 'NETWORK_CONNECTION'으로 설정됩니다.
metadata.event_type principal_hostname 또는 src_ip 필드가 비어 있지 않고 target_hostname 또는 target_ip 필드가 비어 있지 않으면 값이 'NETWORK_CONNECTION'으로 설정됩니다.
metadata.event_type event_name이 Revoked이고 event_data 필드에 'Certificate'가 포함되지 않은 경우 값은 'SETTING_DELETION'으로 설정됩니다.
metadata.event_type event_name이 DeviceAttributeDeviceMCCModified, DeviceAttributePhoneNumberModified, ComplianceStatusChanged, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked 중 하나인 경우 값은 'SETTING_MODIFICATION'으로 설정됩니다.
metadata.event_type event_name이 AppListSampleRefused, CertificateListSampleRefused, DeviceInformationRefused, ProfileListRefused, SecurityInformation, StartACMRequested, AvailableOSUpdatesList, AvailableOsUpdatesConfirmed, AvailableOsUpdatesRequested 중 하나인 경우 값은 'STATUS_UNCATEGORIZED'로 설정됩니다.
metadata.event_type event_name이 BreakMDMRequested, CertificateIssued, CompromisedStatusChanged, SecureChannelCheckIn, EditDevice 중 하나인 경우 값은 'STATUS_UPDATE'로 설정됩니다.
metadata.event_type event_name이 AdminUserLoggedOut, AuthTokenIssued, AuthTokenRevoked 중 하나인 경우 값은 'USER_LOGOUT'으로 설정됩니다.
metadata.event_type event_name이 AdminUserLoggedIn, SSPUserLoginAttemptFailed 중 하나인 경우 값은 'USER_LOGIN'으로 설정됩니다.
metadata.event_type request_url 필드가 비어 있지 않으면 값이 'USER_RESOURCE_ACCESS'로 설정됩니다.
metadata.event_type event_name이 AppCatalogLaunch인 경우 값은 'USER_RESOURCE_ACCESS'로 설정됩니다.
metadata.event_type event_name이 ApplicationDownload, EnrollmentComplete, InstallApplicationConfirmed, InstallProfileConfirmed 중 하나인 경우 값은 'USER_RESOURCE_CREATION'으로 설정됩니다.
metadata.event_type event_name이 BreakMDMConfirmed, RemoveProfileConfirmed 중 하나인 경우 값은 'USER_RESOURCE_DELETION'으로 설정됩니다.
metadata.event_type event_name이 ProfileModified, ProfilePublished, ProfileSetToInactive, ProfileVersionAdded, RestrictionPayloadModified, DeviceOperatingSystemChanged 중 하나인 경우 값은 'USER_RESOURCE_UPDATE_CONTENT'로 설정됩니다.
metadata.event_type event_name이 EULAAccepted인 경우 값은 'USER_RESOURCE_UPDATE_PERMISSIONS'로 설정됩니다.
metadata.event_type event_name이 Revoked, ComplianceNotificationSent, DeleteDeviceRequested, DeviceClearPasscodeRequested, DeviceWipeRequested, InstallApplicationRequested, ApplicationInstallOnDeviceRequested, RemoveApplicationRequested, SendMessageRequested, AddMissingUserCompletedEvent, AddMissingUserFailureEvent, ApplicationAdded, ApplicationDeleted, ApplicationRemoveFromDeviceRequested, ApplicationModified, ApplicationPublished, ApplicationPublishFailed, ApplicationPublishStarted, ApplicationVersionAdded, SyncGroupCompletedEvent, SyncGroupFailureEvent, SearchMissingUserCompleteEvent, SyncAdminFailure, SyncUserCompletedEvent, SyncUserFailureEvent, UserDeleted, HealthAttestationCertificateRequestConfirmed, WindowsDeviceCheckInMode, SampleResponseListReceived, HealthAttestationCertificateRequested, WindowsInformationConfirmed, RemoteManagement, HealthAttestationServerToServerSyncReqConfirmed, ScepThumbprintSampleConfirmed, HealthAttestationSampleRequestConfirmed, HealthAttestationServerToServerSyncRequested, HealthAttestationServerToServerSyncRequestFailed, WipeRequest, InstallApplicationFailed, OwnershipChanged, WipeConfirmed, FreshDeviceCreatedInDeviceState, UserSetToInactive, ExistingDeviceUpdatedInDeviceState, HealthAttestationCertificateRequestFailed, AppleOsXmdmDeviceTokenUpdate, DeviceUnenrolled, ScheduleOsUpdateResults, UserRoleAssignmentModified, UserModified, AppleTokenUpdateComplete, UserEnrollmentTokenCreated, ScheduleOsUpdatesConfirmed, OsUpdateStatusRequested, InstallProfileConfirmed, TagAssignmentChanged 중 하나인 경우 값은 'USER_UNCATEGORIZED'로 설정됩니다.
metadata.log_type 값은 'AIRWATCH'로 설정됩니다.
metadata.product_name 값은 'AirWatch'로 설정됩니다.
metadata.vendor_name 값은 'VMWare'로 설정됩니다.
network.application_protocol application_protocol 필드에 'HTTP'가 포함된 경우 값은 'HTTP'로 설정됩니다.
network.http.method 이 값은 원시 로그의 method_url 필드에서 가져옵니다.
network.http.referral_url 이 값은 원시 로그의 referral_url 필드에서 가져옵니다.
network.http.response_code 값은 원시 로그의 http_status 필드에서 가져옵니다.
network.http.user_agent 이 값은 원시 로그의 user_agent 필드에서 가져옵니다.
network.ip_protocol 프로토콜 필드가 'TCP'인 경우 값은 'TCP'로 설정됩니다.
network.ip_protocol 프로토콜 필드가 'UDP'인 경우 값은 'UDP'로 설정됩니다.
principal.administrative_domain event_name이 SmartGroupsDeleted, SmartGroupsModified, ProfileModified, ProfilePublished, ProfileSetToInactive, DeleteDeviceRequested, DeviceEnterpriseWipeRequested, InstallProfileRequested, RemoveProfileRequested, FindDeviceRequested, InstallApplicationRequested, ApplicationInstallOnDeviceRequested, RemoveApplicationRequested, SendMessageRequested, ApplicationAdded, ApplicationDeleted, ApplicationRemoveFromDeviceRequested, ApplicationModified, ApplicationPublished, ApplicationPublishFailed, ApplicationPublishStarted, ApplicationVersionAdded, UserDeleted 중 하나인 경우 값은 원시 로그의 도메인 필드에서 가져옵니다.
principal.hostname 값은 원시 로그의 호스트 이름 필드에서 가져옵니다.
principal.ip event_name이 AuthTokenIssued, AuthTokenRevoked, BreakMDMRequested, ComplianceNotificationSent, DeleteDeviceRequested, Revoked, ComplianceStatusChanged, CompliancePolicyModified, ProfileModified, ProfilePublished, ProfileSetToInactive, SmartGroupsDeleted, ApplicationDownload, EnrollmentComplete, EULAAccepted, StartACMRequested, DeviceEnterpriseWipeRequested, InstallApplicationRequested, InstallProfileRequested, RemoveProfileRequested, ApplicationInstallOnDeviceRequested, FindDeviceRequested, RemoveApplicationRequested, SendMessageRequested, AvailableOsUpdatesRequested, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked, AddMissingUserCompletedEvent, AddMissingUserFailureEvent, ApplicationAdded, ApplicationDeleted, ApplicationGroupAssignmentModified, ApplicationGroupCreated, ApplicationRemoveFromDeviceRequested, ApplicationModified, ApplicationPublished, ApplicationPublishFailed, ApplicationPublishStarted, ApplicationVersionAdded, DeviceWipeRequested, ProfileVersionAdded, RestrictionPayloadModified, SmartGroupsModified, SyncGroupCompletedEvent, SyncGroupFailureEvent, SearchMissingUserCompleteEvent, SyncAdminFailure, SyncUserCompletedEvent, SyncUserFailureEvent, UserDeleted, HealthAttestationCertificateRequestConfirmed, WindowsDeviceCheckInMode, SampleResponseListReceived, HealthAttestationCertificateRequested, WindowsInformationConfirmed, RemoteManagement, HealthAttestationServerToServerSyncReqConfirmed, ScepThumbprintSampleConfirmed, HealthAttestationSampleRequestConfirmed, HealthAttestationServerToServerSyncRequested, HealthAttestationServerToServerSyncRequestFailed, WipeRequest, InstallApplicationFailed, OwnershipChanged, WipeConfirmed, FreshDeviceCreatedInDeviceState, UserSetToInactive, ExistingDeviceUpdatedInDeviceState, HealthAttestationCertificateRequestFailed, AppleOsXmdmDeviceTokenUpdate, DeviceUnenrolled, ScheduleOsUpdateResults, UserRoleAssignmentModified, UserModified, ComplianceActionTaken, AppleTokenUpdateComplete, UserEnrollmentTokenCreated, ScheduleOsUpdatesConfirmed, OsUpdateStatusRequested 중 하나인 경우 원시 로그의 sys_ip 필드에서 값을 가져옵니다.
principal.process.pid 이 값은 원시 로그의 process_id 필드에서 가져옵니다.
principal.user.group_identifiers event_name이 AuthTokenIssued, AuthTokenRevoked 중 하나인 경우 값은 원시 로그의 auth_group 필드에서 가져옵니다.
principal.user.user_display_name 값은 원시 로그의 user_info 필드에서 가져옵니다.
principal.user.userid 이 값은 event_name이 AuthTokenIssued, AuthTokenRevoked, BreakMDMRequested, ComplianceNotificationSent, DeleteDeviceRequested, Revoked, ComplianceStatusChanged, CompliancePolicyModified, ProfileModified, ProfilePublished, ProfileSetToInactive, SmartGroupsDeleted, ApplicationDownload, EnrollmentComplete, EULAAccepted, StartACMRequested, DeviceEnterpriseWipeRequested, InstallApplicationRequested, InstallProfileRequested, RemoveProfileRequested, ApplicationInstallOnDeviceRequested, FindDeviceRequested, RemoveApplicationRequested, SendMessageRequested, AvailableOsUpdatesRequested, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked, AddMissingUserCompletedEvent, AddMissingUserFailureEvent, ApplicationAdded, ApplicationDeleted, ApplicationGroupAssignmentModified, ApplicationGroupCreated, ApplicationRemoveFromDeviceRequested, ApplicationModified, ApplicationPublished, ApplicationPublishFailed, ApplicationPublishStarted, ApplicationVersionAdded, DeviceWipeRequested, ProfileVersionAdded, RestrictionPayloadModified, SmartGroupsModified, SyncGroupCompletedEvent, SyncGroupFailureEvent, SearchMissingUserCompleteEvent, SyncAdminFailure, SyncUserCompletedEvent, SyncUserFailureEvent, UserDeleted, HealthAttestationCertificateRequestConfirmed, WindowsDeviceCheckInMode, SampleResponseListReceived, HealthAttestationCertificateRequested, WindowsInformationConfirmed, RemoteManagement, HealthAttestationServerToServerSyncReqConfirmed, ScepThumbprintSampleConfirmed, HealthAttestationSampleRequestConfirmed, HealthAttestationServerToServerSyncRequested, HealthAttestationServerToServerSyncRequestFailed, WipeRequest, InstallApplicationFailed, OwnershipChanged, WipeConfirmed, FreshDeviceCreatedInDeviceState, UserSetToInactive, ExistingDeviceUpdatedInDeviceState, HealthAttestationCertificateRequestFailed, AppleOsXmdmDeviceTokenUpdate, DeviceUnenrolled, ScheduleOsUpdateResults, UserRoleAssignmentModified, UserModified, ComplianceActionTaken, AppleTokenUpdateComplete, UserEnrollmentTokenCreated, ScheduleOsUpdatesConfirmed, OsUpdateStatusRequested, EditDevice 중 하나인 경우 원시 로그의 user_name 필드에서 가져옵니다.
security_result.action event_name이 DeviceProfileTypeUnblocked인 경우 값은 'ALLOW'로 설정됩니다.
security_result.action event_name이 DeviceProfileTypeBlocked, SyncAdminFailure, SyncGroupFailureEvent, SyncUserFailureEvent 중 하나인 경우 값은 'BLOCK'으로 설정됩니다.
security_result.category event_name이 SSPUserLoginAttemptFailed인 경우 값은 'AUTH_VIOLATION'으로 설정됩니다.
security_result.category event_name이 ComplianceStatusChanged, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked, ComplianceNotificationSent, CompromisedStatusChanged 중 하나인 경우 값은 'POLICY_VIOLATION'으로 설정됩니다.
security_result.category_details 값은 원시 로그의 이벤트 카테고리 필드에서 가져옵니다.
security_result.description 설명 필드에 IP 주소가 포함된 경우 값은 원시 로그의 des 필드에서 가져옵니다.
security_result.description 설명 필드에 IP 주소가 포함되지 않은 경우 값은 원시 로그의 설명 필드에서 가져옵니다.
security_result.description event_name이 SyncAdminFailure인 경우 값은 '예기치 않은 오류가 발생했습니다. 자세한 내용은 로그를 확인하세요'로 설정됩니다.
security_result.description event_name이 MergeGroupCompletedEvent인 경우 값은 원시 로그의 GroupManagementData 필드에서 가져옵니다.
security_result.summary 값은 원시 로그의 요약 필드에서 가져옵니다.
target.administrative_domain event_name이 CompliancePolicyModified인 경우 값은 원시 로그의 도메인 필드에서 가져옵니다.
target.application event_name이 InstallApplicationRequested, ApplicationInstallOnDeviceRequested, RemoveApplicationRequested, ApplicationAdded, ApplicationDeleted, ApplicationRemoveFromDeviceRequested, ApplicationModified, ApplicationPublished, ApplicationPublishFailed, ApplicationPublishStarted, ApplicationVersionAdded, ApplicationDownload, InstallApplicationConfirmed 중 하나인 경우 값은 원시 로그의 app_name 필드에서 가져옵니다.
target.asset_id event_name이 DeleteDeviceRequested이고 device_serial_number 및 device_udid 필드가 비어 있지 않으면 값은 'device_serial_number:device_udid'로 설정됩니다.
target.group.group_display_name event_name이 ApplicationGroupAssignmentModified, ApplicationGroupCreated 중 하나인 경우 값은 원시 로그의 ApplicationGroup 필드에서 가져옵니다.
target.hostname event_name이 DeviceLocationGroupChanged인 경우 값은 원시 로그의 기기 필드에서 가져옵니다.
target.ip event_name이 SSPUserLoginAttemptFailed인 경우 값은 원시 로그의 sys_ip 필드에서 가져옵니다.
target.ip event_name이 CompliancePolicyModified, CertificateIssued, CompromisedStatusChanged, AppListSampleRefused, CertificateListSampleRefused, DeviceInformationRefused, ProfileListRefused, SecurityInformation, SecureChannelCheckIn, SecurityInformationConfirmed, StartACMConfirmed, AdminUserLoggedIn, AdminUserLoggedOut, AvailableOSUpdatesList, AvailableOsUpdatesConfirmed 중 하나인 경우 값은 원시 로그의 target_ip 필드에서 가져옵니다.
target.port 값은 원시 로그의 target_port 필드에서 가져옵니다.
target.resource.name event_name이 Revoked, CompliancePolicyModified, ComplianceStatusChanged, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked 중 하나인 경우 값은 'SETTING'으로 설정됩니다.
target.resource.type event_name이 ApplicationDownload인 경우 값은 'APP'으로 설정됩니다.
target.resource.type event_name이 EnrollmentComplete인 경우 값은 'DEVICE'로 설정됩니다.
target.resource.type event_name이 EULAAccepted인 경우 값은 'EULA'로 설정됩니다.
target.resource.type event_name이 DeviceOperatingSystemChanged인 경우 값은 'OS'로 설정됩니다.
target.resource.type event_name이 InstallProfileConfirmed인 경우 값은 'PROFILE'로 설정됩니다.
target.resource.type event_name이 Revoked, CompliancePolicyModified, ComplianceStatusChanged, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked 중 하나인 경우 값은 'SETTING'으로 설정됩니다.
target.url method_url 필드가 비어 있지 않으면 값이 원시 로그의 target_url 필드에서 가져옵니다.
target.user.group_identifiers event_name이 AuthTokenIssued, AuthTokenRevoked 중 하나인 경우 값은 원시 로그의 auth_group 필드에서 가져옵니다.
target.user.userid event_name이 AddMissingUserCompletedEvent, AddMissingUserFailureEvent 중 하나인 경우 값은 원시 로그의 group_user 필드에서 가져옵니다.
target.user.userid event_name이 BreakMDMRequested, ComplianceNotificationSent, DeleteDeviceRequested, Revoked, ComplianceStatusChanged, ApplicationDownload, EnrollmentComplete, EULAAccepted, StartACMRequested, DeviceEnterpriseWipeRequested, InstallApplicationRequested, InstallProfileRequested, RemoveProfileRequested, ApplicationInstallOnDeviceRequested, FindDeviceRequested, RemoveApplicationRequested, SendMessageRequested, AuthTokenIssued, AuthTokenRevoked, InstallApplicationConfirmed, InstallProfileConfirmed, BreakMDMConfirmed, DeviceOperatingSystemChanged, RemoveProfileConfirmed, DeviceAttributeDeviceMCCModified, DeviceAttributePhoneNumberModified, AvailableOsUpdatesRequested, DeviceProfileTypeBlocked, DeviceProfileTypeUnblocked, ApplicationRemoveFromDeviceRequested, DeviceClearPasscodeRequested, DeviceWipeRequested 중 하나인 경우 값은 원시 로그의 enrollment_user 필드에서 가져옵니다.
target.user.userid event_name이 UserDeleted인 경우 값은 원시 로그의 사용자 필드에서 가져옵니다.

도움이 더 필요하신가요? 커뮤니티 회원 및 Google SecOps 전문가로부터 답변을 받으세요.