Skip to main content

Audit Trail Viewer

The Audit Trail Viewer element allows the visualization and consultation of the log of events and actions performed in the system within synoptics.

Properties marked with bolt allow dynamization from an expression with variables.

General

Basic identification and position configuration.

Name (string)

Unique identifier of the element.

Description (string)

Optional descriptive text.

X bolt (number)

Horizontal position in pixels.

Y bolt (number)

Vertical position in pixels.

Z bolt (number)

Depth index (z-index).

Width bolt (number)

Width of the element in pixels.

Number of rows (number)

Defines the amount of visible rows in the viewer.

Style

Visual customization of the element and its interface.

Hidden bolt (boolean)

Makes the element invisible.

Background Color bolt (color)

Background color of the container.

Border Color bolt (color)

Global border color.

Row Color (color)

Text color for the log rows.

Interface Color (color)

Color applied to the viewer's interactive and control elements. This includes the main title, the search bar border, and the pagination controls.

Header Color (color)

Text color for the header row.

Border Color [Top/Bottom/Left/Right] (color)

Allows defining specific colors for each side of the border.

Border Radius bolt (number)

Corner rounding of the container in pixels.

Border Width bolt (number)

Global border thickness in pixels.

Border Width [Top/Bottom/Left/Right] (number)

Specific thickness for each side of the border.

Header Font Size (number)

Text size for the header row.

Row Font Size (number)

Text size for the row content.

Header Height (number)

Height in pixels of the header row.

Row Height (number)

Height in pixels of each data row.

Border Style bolt (string)

Global stroke type (Solid, Dotted, etc.).

Border Style [Top/Bottom/Left/Right] (string)

Specific stroke type for each side of the border.

Shadow (string)

Predefined shadow style (None, Small, Medium, Large).

Advanced

Configuration of data behavior and element functionalities.

Table title bolt (string)

Text displayed as the main header at the top of the element.

Select rows (boolean)

Allows the user to mark individual table rows.

Pagination (boolean)

Displays navigation controls at the bottom of the viewer, allowing the event list to be split into pages to improve navigation.

Refresh button (boolean)

Enables a button in the interface to force an update of the displayed data.

Filter (boolean)

If enabled, it displays a toolbar above the table that allows segmenting the log by:

  • User: Selects actions performed by a specific user.
  • Action: Filters by the type of event occurred. Available actions include:
    • Login
    • Logout
    • Login error
    • User modification
    • User deletion
    • Tag write
    • Recipe modified
    • Recipe synchronization
    • Recipe write
  • Date Range: "From" and "To" filters to narrow down the search in time.

The bar includes buttons to apply the filtration or to Reset the selected criteria.