Managing configurations
Create, open, rename, share, and organize your saved configurations.
Your configurations list is the home screen after you sign in. It shows every configuration in your current organization.
The configurations list
From the list you can:
- Create a new configuration (opens a blank editor).
- Open an existing configuration to keep editing it.
- Rename a configuration — in the editor, click its name (or the pencil icon) in the toolbar and type a new name.
- Delete a configuration you no longer need.
Each configuration carries its name, an optional description, the generated YAML, its pipelines, and its full version history.
Sharing a configuration
Use Make public & share in the toolbar to publish a read-only public-editor link for the current version:
- Click the Make public & share button.
- Confirm in the dialog.
- Telflo copies a
…/public-editor/<id>link to your clipboard.
Anyone with the link can open the configuration in a read-only public editor — no account required. They can explore the canvas and YAML, and sign in if they want to save their own copy. A check mark on the share button indicates the current version is the one being shared publicly.
Public links expose the configuration's contents. Use the Vault (
$secret:/$var:references) so real secrets are never embedded in a shared config.
Importing from existing YAML
If you already have a Collector config, paste it into the YAML view of a new configuration — Telflo parses it and rebuilds the canvas, so you can manage an existing config visually from then on.
Next
- Test a configuration before shipping it.
- Publish and deploy it to your collectors.