Skip to content

Definitions

The Definitions interface allows you to configure connections to JDBC-compatible databases. These definitions enable Robusta to execute SQL queries and, based on the results, trigger automated processes.

Interface Elements

Element Description
Create DB Definition Button to access the database definition creation form.
Select an action Dropdown menu to delete or modify selected database definitions.
Search by DB Definition Name Field to search for database definitions by name.
Show Next 10 Button to display the next 10 database definitions in the list.
Order by DB Definition Name Sorts the list of database definitions by name.
Name The name assigned to the database definition.
Description A brief description of the database definition.
Username The username used to create the database definition.
Driver Name The type of database driver.

Creating a Database Definition

To create a new database definition:

  1. Click the Create DB Definition button.
  2. In the opening window, fill in the required fields.
  3. Click the Test button to verify the database connection.
  4. Click the Save button to finalize the database definition.

Database Definition Fields

Element Description
DB Definition Name The name of the database definition.
Description A description for the database definition.
DB Driver Name The JDBC driver to be used.
URL The JDBC URL for the database connection.
Username The username for connecting to the database.
Password The password for the specified username. If entered as plain text, the password will be visible in log data. For enhanced security, it is recommended to retrieve password information from a vault system.