Aura_Audit v6.0.0

Within the different entities currently used in Aura, this document describes those included in the entity type Aura_Audit

This entity contains the summary of Aura’s interactions intended for accountability purposes.

Avro schema definition published in Kernel

Position Field PK Referenced entity Referenced entity field Type Doc Nullable Doc
1 INTERACTION_ID YES string; x-fp-unique-constraint:1 Unique ID of the current interaction. First part of the compound primary key of the dataset.
2 AURA_TM string;datetime Timestamp when the interaction happens.
3 AURA_CHANNEL_ID D_Aura_Channel AURA_CHANNEL_ID string;null Identifier of the Aura channel used by the user to interact with Aura. If due to an error the channel sent a wrongly formatted string without channelId or auraId, it will be set to null.
4 AURA_APP_ID D_Aura_App AURA_APP_ID string;null Identifier of the Aura application used by the user to interact with Aura. If due to an error the application sent a wrongly formatted string without app_id, it will be set to null. It will be null if due to an error, we are not capable of getting the incoming application. Also, if the request goes through aura-groot or aura-bridge
5 COUNTRY_3_ALPHA_CD D_Gbl_Country COUNTRY_3_ALPHA_CD string Three letters (alpha-3) code element of the country name (e.g. DEU) defined in ISO 3166-1
6 AURA_SERVICE_NAME_CD enum;[message,nlpaas,ai,other] Specific service consumed during the interaction.
  • message: if the interaction happens in aura-groot
  • ai: if the interaction calls generative services
  • nlpaas: if the interaction calls Aura’s NLP as a service endpoint
  • other: future use, for extra cases.
  • 7 AURA_PRESET_NAME D_Aura_Preset AURA_PRESET_NAME string;null Preset used for the interaction, if using an AI service It will be null for interactions not using AI services
    8 AURA_COMPONENT_ID D_Aura_Component AURA_COMPONENT_ID string;x-fp-unique-constraint:1 Identifier of the Aura component handling the incoming request of the user. Second part of the compound primary key of the dataset.
    9 AURA_COMPONENT_HOST_ID string An identifier of the Aura component host that handled the current request, usually the pod identifier running the corresponding Aura service. This name changes every time a pod is reinitiated.
    10 AURA_VERSION_ID string Aura platform version that produces this data.
    11 DAY_DT string;iso-date;partition-key Year, month and day of the interaction.
    12 BRAND_ID D_Gbl_Brand GBL_BRAND_ID string Brand id. Join with D_Gbl_Brand.