Activity fields indexed for Elastic search
Learn more about the fields indexed for Elastic search.
Let's take a look at a list of fields that are indexed for Activities, which are listed in the table below:
Field | Type | Entity Mapping (ActivityTO) | Description | Present by default? | Example - how to filter |
---|---|---|---|---|---|
id | keyword | $.uri | Activity ID | Yes | equals(id,'activities/24f1f2fc-9534-4971-8a2b-d5e15eba574a') |
activityRecordId | keyword | $.uri (short) | Yes | equals(id,'24f1f2fc-9534-4971-8a2b-d5e15eba574a') | |
activityIdGlobal | keyword | $.activityTimestamp + "." + $.activityUri (short) | Yes | equals(activityIdGlobal,'1694170004297.24f1f2fc-9534-4971-8a2b-d5e15eba574a') | |
user | keyword | $.user | User associated with the activity | Yes | equals(user,'user1') |
label | text | $.label | Activity label | No | contains(label,'123') |
activityTimestamp | long | $.timestamp | Yes | equals(activityTimestamp,'1694170152327') | |
timestamp | long | $.timestamp | Time when the activity occurred | Yes | equals(timestamp,'1694170152327') |
items | object | $.items | Collection of the activity items | Yes | equals(items.method,'GET') |
The activity items related to activities can also be indexed. For more information about fields indexed for activities, see topic Activity fields indexed for Elastic search.