- Install
- Update
Configure
Generate a config file and move it to a dedicated location:Edit
/etc/tell/config.toml — set data_dir to /opt/tell and configure your pipeline:Set up ClickHouse
Tell uses ClickHouse as the default analytics backend. Install it, start the server, and create the Tell tables:
tell init generated a setup.sql file alongside the config. Run it to create the database and tables:This assumes ClickHouse is running with default settings. See clickhouse.com for installation and configuration details.
Tell is installed and running. To start collecting data, head to the Quickstart.
Set
TELL_CONFIG in your shell so CLI commands (tell plugin, tell tail, tell query, etc.) pick up the right config and data directory.