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 field | Type | Present by default? | Example - how to filter |
---|---|---|---|
id | keyword | Yes | equals(id,'activities/24f1f2fc-9534-4971-8a2b-d5e15eba574a') |
activityRecordId | keyword | Yes | equals(id,'24f1f2fc-9534-4971-8a2b-d5e15eba574a') |
activityIdGlobal | keyword | Yes | equals(activityIdGlobal,'1694170004297.24f1f2fc-9534-4971-8a2b-d5e15eba574a') |
user | keyword | Yes | equals(user,'user1') |
label | text | No | contains(label,'123') |
activityTimestamp | long | Yes | equals(activityTimestamp,'1694170152327') |
timestamp | long | Yes | equals(timestamp,'1694170152327') |
items | object | 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.