Timbr and Grafana
This guide will walk you through the process of configuring and deploying Timbr semantic layer together with Grafana monitoring stack. By combining these two technologies, you can unlock valuable insights and make data-driven decisions with ease. In the following sections, we will cover the prerequisites, installation steps, and best practices to ensure a smooth and successful deployment of the Timbr.ai and Grafana stack in your environment.
Install and Run Timbr + Grafana Stack
- Download the timbr-grafana-stack file from the URL provided by Timbr.
- Transfer the file to your Linux VM.
- Untar the downloaded file using this command:
tar -xvzf timbr-grafana-stack.tar.gz - Move to the new folder using this command:
cd timbr-grafana-stack - Run the preinstall script using this command:
./preinstall-grafana-stack.sh
Running the command above will erase the existing data in Grafana
- Run the services using this command:
./run_timbr_grafana_stack.sh
Configure Grafana
Open your browser and type in the URL the IP address of your machine with port
3000using the pattern<IP address>:<requested port>For example:192.168.1.1:3000Enter the credentials on the Grafana login page
- Default username:
admin - Default password:
admin

- Default username:
For security reasons, change the admin default password after first login
In the left side panel choose Dashboards

Click on the Create Dashboard
Click on Import dashboard

Now you can choose one of the ways to load the default monitoring dashboards
6.1. Upload the JSON file included in the timbr-grafana-stack file located in:
grafana-defaults/provisioning/dashboards/docker_and_system_monitoring.json6.2. Open the downloaded file
docker_and_system_monitoring.jsonand copy-paste the code in the lower box and click on the Load button
Select the
Timbr-Prometheusoption and then click on the Import button
Update only Timbr Version
Change directory to the timbr-grafana-stack folder by running the command:
cd timbr-grafana-stackUpdate the Timbr version by running this command:
./update_timbr_version.sh
Update Timbr and Grafana Stack
Change directory to the timbr-grafana-stack folder by running the command:
cd timbr-grafana-stackUpdate the Timbr version and Grafana stack script by running this command:
./update_timbr_grafana_stack.sh
Restart Timbr Services
Change directory to timbr-grafana-stack folder by running the command:
cd timbr-grafana-stackRestart the Timbr services by running this command:
./restart_timbr.sh