Indexed Entity Fields

If you are using the Elasticsearch engine, you can search for entities by the following attributes.

NameDescription
clientIdThe client Id of this entity.
dataThe entity's data object. This is arbitrary JSON and all fields in this object are indexed.
idThe Id of this entity.
insertInstantThe date the entity was inserted, as an Instant.
lastUpdateInstantThe date the entity was most recently updated, as an Instant.
nameThe name of this entity.
tenantIdThe tenant Id of this entity.
typeIdThe Id of the entity type of this entity.