Managing configurations

Create, open, edit, and share your configurations.

Your configurations are on the Home screen, titled Configurations. It lists the configurations in your current organization as cards, in a grid or list view.

Find a configuration

The list covers your own configurations and the ones published in your organization.

  • Search by name or description with the search box.
  • Filter the list with the dropdown: All configurations, Mine, or Published.
  • Each configuration shows a Published or Draft badge. In list view, sort by owner, status, or date.

Work with configurations

  • Select New Configuration to create one, then enter a name and an optional description. It opens an empty editor.
  • Select Edit on a card to open a configuration in the editor.
  • Select the delete icon to remove a configuration you own.
  • Rename a configuration from the editor by selecting its name in the toolbar.

Each configuration has a name, an optional description, the generated YAML, its pipelines, and its version history.

Share a configuration

Use Make Public & Share in the editor toolbar to create a read-only public-editor link for the current version. Telflo copies a /public-editor/<id> link to the clipboard. Anyone with the link can open the configuration in the public editor without an account, and sign in to save their own copy.

A public link exposes the configuration's contents, including any values substituted from vault variables. Keep credentials out of the configuration by referencing environment variables with ${env:NAME} rather than storing them in the YAML.

Import an existing configuration

To manage an existing Collector config in Telflo, paste it into the YAML view of a new configuration. Telflo parses the YAML and builds the canvas from it.

Next steps

Last updated on

On this page