.png)
Please **make sure** that both [Docker & Docker Compose](https://docs.docker.com/engine/install/) are installed.
{% endhint %}
### Prerequisites
* [Docker](https://www.docker.com/)
* Cloned repository: [Github: Aidbox/examples](https://github.com/Aidbox/examples/tree/main)
* Working directory: `OpenTelemetry`
To clone the repository and navigate to the `OpenTelemetry` directory, run:
```sh
git clone git@github.com:Aidbox/examples.git && cd examples/OpenTelemetry
```
### 1. Start Aidbox and demo components with Docker Compose
```shell
docker compose up --force-recreate
```
Wait until all components are pulled and started.
### 2. Activate Aidbox
Open Aidbox on [http://localhost:8080](http://localhost:8080) address, activate it, and login with `admin`/`password` credentials
### 3. Discover Aidbox logs with Kibana
Kibana should be available on [http://localhost:5602](http://localhost:5602) address. To see logs in Kibana we should
* make sure that logs are coming to Elasticsearch and then
* create a data view to observe over logs.
Go to [Index Management](http://localhost:5602/app/management/data/index_management/indices) page in Kibana (Menu → Stack Management → Index Management). You should see `aidbox_logs` index there.

Index management page

Data view creation

Log discover page

Aidbox Metrics Dashboard

Traces list in Zipkin

Trace view in Zipkin