Accelerate the Value of 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:

Filter fieldTypePresent by default?Example - how to filter
idkeywordYesequals(id,'activities/24f1f2fc-9534-4971-8a2b-d5e15eba574a')
activityRecordIdkeywordYesequals(id,'24f1f2fc-9534-4971-8a2b-d5e15eba574a')
activityIdGlobalkeywordYesequals(activityIdGlobal,'1694170004297.24f1f2fc-9534-4971-8a2b-d5e15eba574a')
userkeywordYesequals(user,'user1')
labeltextNocontains(label,'123')
activityTimestamplongYesequals(activityTimestamp,'1694170152327')
timestamplongYesequals(timestamp,'1694170152327')
itemsobject Yesequals(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.