...
Telemetry data models for Druid
Telemetry Event Fields
Field Dimension in Druid | Field in Telemetry | Description | Data Type |
---|---|---|---|
eid | eid | Event Id | String |
syncts | syncts | Sync Timestamp | Long |
@timestamp | @timestamp | String | |
user_id | actor.id | User Id of the event | String |
user_type | actor.type | Type of the user | String |
channel_id | context.channel | Channel Id | String |
producer_id | context.pdata.id | Producer Id | String |
producer_pid | context.pdata.pid | Producer Process Id | String |
context_env | context.env | Context Environment | String |
session_id | context.sid | Session Id | String |
device_id | context.did | Device Id | String |
context_correlation_data_type | context.cdata.type | Correlation Data Type | String |
context_correlation_data_id | context.cdata.id | Correlation Data Id | Array of [String] |
object_id | object.id | Content Id | String |
object_type | object.type | Content Type | String |
object_version | object.ver | Content Version | String |
tags | tags | Tags | Array of [String] |
edata_type | edata.type | Event data type | String |
edata_sub_type | edata.subtype | Event data subtype | String |
edata_mode | edata.modeEvent data mode | START event Mode of start | String |
edata_page_id | edata.pageid | Event data page idUnique pageid | String |
edata_uri | edata.uriEvent data uri | IMPRESSION event Relative URI of the content | String |
edata_id | edata.id | Event data Id | String |
edata_duration | edata.durationEvent data duration | Duration of the event | String |
edata_index | edata.indexEvent data index | ASSESS event Index of the question within a content | String |
edata_pass | edata.pass | ASSESS event Field to identify pass or fail for assessments | String |
edata_score | edata.scoreField to | identify score for assessmentsASSESS event Assessment score | Double |
edata_result_values | edata.resvaluesResults for assessments | ASSESS event Assessment results | Array[Object] |
edata_item_id | edata.item.id | ASSESS event Assessment item id | String |
edata_item_title | edata.item.title | ASSESS event Assessment item title | String |
edata_item_max_score | edata.item.maxscore | ASSESS event Assessment item max score | Double |
edata_target_id | edata.target.id | ASSESS event Assessment item target id | String |
edata_target_type | edata.target.type | ASSESS event Assessment item target type | String |
edata_rating | edata.rating | FEEDBACK evebt Ratings from feedback event | String |
edata_comments | edata.comments | FEEDBACK event Comments from feedback event | String |
edata_dir | edata.dir | Direction specified in the Share SHARE event direction | String |
edata_items_id | edata.items.id | SHARE event shared item ids | String |
edata_items_type | edata.items.type | SHARE item types | String |
edata_items_origin_id | edata.items.origin.id | SHARE event source id | String |
edata_items_origin_type | edata.items.origin.type | SHARE event source type | String |
edata_items_to_id | edata.items.to.id | SHARE event destination id | String |
edata_items_to_type | edata.items.to.type | SHARE event destination type | String |
edata_state | edata.state | AUDIT event current state | String |
edata_prevstate | edata.prevstate | AUDIT event previous state | String |
edata_error | edata.err | ERROR event error code | String |
edata_error_type | edata.errtype | ERROR event error type | String |
edata_message | edata.message | LOG event message | String |
edata_level | edata.level | LOG event log level | String |
edata_size | edata.size | SEARCH event result size | Integer |
edata_filters_dialcodes | edata.filters.dialcodes | SEARCH event List of dialcodes | Array[String] |
location_state | ldata.state | State location information for the device | String |
location_state_code | ldata.state_code | State ISO code information for the device | String |
location_city | ldata.city | City location information for the device | String |
location_country_code | ldata.country_code | Country ISO code information for the device | String |
location_country | ldata.country | Country location information for the device | String |
...