Unify and manage your data

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:

FieldTypeEntity Mapping (ActivityTO)DescriptionPresent by default?Example - how to filter
idkeyword$.uriActivity IDYesequals(id,'activities/24f1f2fc-9534-4971-8a2b-d5e15eba574a')
activityRecordIdkeyword$.uri (short)Yesequals(id,'24f1f2fc-9534-4971-8a2b-d5e15eba574a')
activityIdGlobalkeyword$.activityTimestamp + "." + $.activityUri (short)Yesequals(activityIdGlobal,'1694170004297.24f1f2fc-9534-4971-8a2b-d5e15eba574a')
userkeyword$.userUser associated with the activityYesequals(user,'user1')
labeltext$.labelActivity labelNocontains(label,'123')
activityTimestamplong$.timestampYesequals(activityTimestamp,'1694170152327')
timestamplong$.timestampTime when the activity occurredYesequals(timestamp,'1694170152327')
itemsobject$.itemsCollection of the activity itemsYesequals(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.