Let’s understand how Configu structures and visualizes configurations. The Configs pages are where you can view and manage your configurations.

The Config Explorer is a dashboard page that shows all the configuration data with a simple visualization. You organize and view the data in Sets (e.g., environments, regions, branches, customers). You can view the details of a configuration in the Configs view.

You can also search and filter the data by:

  • Set - set name or part of it
  • Key - key name or part of it
image

Graph View

The Graph view is the default view, and it shows all your ConfigSets on a graph, illustrating the relationships between them.

image

You can right-click any set to open the context menu and perform actions like viewing the configs or configs history, cloning the set, deleting it, and more.

image

Grid View

The Grid view presents your Configs in a grid layout. By default, each column represents a ConfigSet, while each row corresponds to a ConfigKey. Within the grid, each cell displays the value of the config within its respective set. Every config cell is interactive, granting access to the config value provided you have the necessary permissions.

image

Moreover, right-clicking on any cell within the grid reveals a context menu offering relevant actions. For instance, the All Configs context menu allows you to reveal all config values, transpose the grid, and revert any modifications made to the view.

Some notable actions include:

  • Pinning: Pin the selected column or row to the left or top of the grid.
  • Sorting: Alphabetically or by last update date for columns or rows.
  • History: View the history of the selected config or set.
  • Delete: Remove the selected config or set.
  • Clone: Duplicate the selected set.
  • Permissions: Examine the permissions of the selected set or config.
image

List View

The List view shows all the Configs data you have permission for (e.g., set name, key, value, last update). Admin can mask the values for security reasons.

image

You can show masked values, see the history of the config, or delete it (if you have permission).

image