Studio Service

LogFilter

LogFilter

A filter to be used against Log object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idBigIntFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
objectTypeStringFilterFilter by the object’s `objectType` field.
objectIdUUIDFilterFilter by the object’s `objectId` field.
actionStringFilterFilter by the object’s `action` field.
clientAddrInternetAddressFilterFilter by the object’s `clientAddr` field.
clientPortIntFilterFilter by the object’s `clientPort` field.
changedFieldsKeyValueHashFilterFilter by the object’s `changedFields` field.
previousFieldsKeyValueHashFilterFilter by the object’s `previousFields` field.
systemAccessIdUUIDFilterFilter by the object’s `systemAccessId` field.
userIdUUIDFilterFilter by the object’s `userId` field.
applicationNameStringFilterFilter by the object’s `applicationName` field.
transactionIdBigIntFilterFilter by the object’s `transactionId` field.
sessionUserNameStringFilterFilter by the object’s `sessionUserName` field.
remoteAddressStringFilterFilter by the object’s `remoteAddress` field.
tokenIdStringFilterFilter by the object’s `tokenId` field.
relidBigFloatFilterFilter by the object’s `relid` field.
timestampDatetimeFilterFilter by the object’s `timestamp` field.
systemTokenIdUUIDFilterFilter by the object’s `systemTokenId` field.
systemUserIdUUIDFilterFilter by the object’s `systemUserId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
and[LogFilter!]Checks for all expressions in this list.
or[LogFilter!]Checks for any expressions in this list.
notLogFilterNegates the expression.