Skip to main content

Application Event Logs

This article details the application event logs in your Brinqa Platform, how to view and interpret the logs, and how to modify the frequency of purging the event logs.

Introduction

Application event log is a record of varying events that occur in your Brinqa Platform. For example, when a user logs in or out of the instance, when a flow in a data orchestration executes and if it was successful or failed, or if a calculation of a dataset finishes without any error. You can use the application event log to troubleshoot any errors you may come across in your instance.

To view your application event logs, navigate to Administration administration icon on the upper-right corner and under System, click Logs. The following table details the main elements of the application event log page:

ColumnDescription
TransactionDisplays a 36-character string with a mix of numbers and letters. You can copy and paste the Transaction ID from a different page into the Application Event Log search bar to locate the specific event you are attempting to locate or troubleshoot. Click the transaction to view details of the record in the event log.
OutcomeThe outcome of the event. Outcomes include: Cancel, Failure, Not applicable, or Success.
UserThe user who originates the event.
CategoryThe category of the event. Categories include: Audit, Automation, Computation, Integration, Security, or View.
SeverityThe severity of the event log. Severity levels include: Error, Info (short for information), or Warning.
  • Error: Indicates when an action or event does not function properly and results in a failed outcome. For example, a failed flow in an automation or an error in calculating a risk score.
  • Info: Indicates a properly executed event with no errors. For example, a flow in a data orchestration completed successfully or a successfully created new user account.
  • Warning: Indicates an issue that disrupts a process but does not necessarily result in a failed outcome. For example, a user canceling a data integration during sync or entering an invalid name for a new data model.
MessageThe summary of the event.
Date timeWhen the event occurs in the instance.

Modify the application event log settings

By default, application events logs are purged after 35 days. If a high number of records in your application event log causes slowdown or instability in your instance, you may want to purge the logs sooner. On the other hand, you may be required to keep your logs for more than 35 days due to compliance. In any case, you can change the frequency of which the application event logs are purged. To do so, follow these steps:

  1. Navigate to Administration > System > Logs.

  2. Click Settings settings icon.

  3. Under Application event logs settings, click the days option. A pane appears.

  4. Enter the number of days which you want to purge the records in the application event log. The default setting is after 35 days.

  5. Click Update and then click Close.

Download application event logs

Users with the System Administrator role can download application event logs. To do so, follow these steps:

  1. Navigate to Administration admin menu icon > System > Logs.

  2. (Optional) Use the Date Time filter to indicate the date and time range you want to download the logs for.

  3. Click Download download button. A new window appears.

  4. Enter a name for the export.

  5. Select what attributes to include:

    • Displayed attributes: This option includes only those attributes that are currently visible in the list view of your application event logs.

    • All exportable attributes: This option includes all attributes that can be exported pertaining to your logs, regardless of whether they are currently visible in your list view or not. This option is useful when you want a comprehensive export of all available log data.

    note

    Selecting the All exportable attributes option might result in a large CSV file, depending on the number of attributes available.

  6. Click Export. The following message appears on the lower-left corner: "Data will be generated and it will be available on the Export page."

  7. To download the export of your logs, navigate to Account account menu icon > Exports.

  8. When the status is "Ready", click the name of the export. A new page appears.

  9. Click Download. The CSV file of your application event log downloads directly to your local storage.