Traceability > Audit Logs > Saved filters β
Technical Overview β
- There is only one way to create, update, delete and apply a saved filter in the Product-Live platform, that is using the app.product-live.com UI
Audit Logs β
The following audit logs are available to date:
| Audit Log | Description |
|---|---|
app.user_activity.user_table_saved_search_apply | A saved filter has been applied |
user_table_saved_search.http_request.create | A saved filter has been created |
user_table_saved_search.http_request.update | A saved filter has been updated |
user_table_saved_search.http_request.delete | A saved filter has been deleted |
app.user_activity.user_table_saved_search_apply β
A saved filter has been applied
| Property | Description |
|---|---|
accountId | The account unique identifier linked to the log |
action | The user action description: user_table_saved_search_apply |
browser | The browser name (ex: Chrome) |
browserVersion | The browser version (ex: 132.0.0.0) |
cid | The event correlation id |
currentUrl | The current user App url when the is raised (ex: https://app.product-live.com/data?table=1471&page_size=25¤t_page=1&partition=2388&screen=3964) |
filter | The saved filter definition (ex: [{"fieldId":"2330489","query":[{"keyName":"CLASSIFICATION","selectOptions":["CATEGORY_2""]}]}]) |
id | The saved filter id |
issuedAt | The creation date of the item, in the format of an ISO string. |
origin | The base user App url (ex: https://app.product-live.com ) |
os | The user operating system |
partitionId | The current partition id selected in App |
screenHeight | The current user screen height |
screenId | The current screen id selected in App |
screenWidth | The current user screen width |
tableAccountId | The current context selected in App |
title | The saved filter title |
userId | The user id |

user_table_saved_search.http_request β
A saved filter has been created, updated or deleted
| Property | Description |
|---|---|
accountId | The account unique identifier linked to the log |
action | The user action description: create, update or delete |
cid | The event correlation id |
duration | The response time of the action |
filter | The saved filter definition (ex: [{"fieldId":"2330489","query":[{"keyName":"CLASSIFICATION","selectOptions":["CATEGORY_2""]}]}]) |
id | The saved filter id |
issuedAt | The creation date of the item, in the format of an ISO string. |
method | The http request method: POST, PUT, DELETE |
name | The saved filter title |
origin | The base user App url (ex: https://app.product-live.com ) |
partitionId | The current partition id selected in App |
screenId | The current screen id selected in App |
service | The technical service processing the request yuba-haku |
status | The http request response status |
tableAccountId | The current context selected in App |
tableId | The saved filter table id |
url | The http path of the request (ex: /user_table_saved_search/163) |
userId | The user id |
