Skip to content

Quick start demo

The easiest way to get started is to try out the example docker-compose setup, which can be found in /examples/kibana-sample-data. It features Kibana connecting to Elasticsearch and Clickhouse through Quesma:

The setup contains following demo datasets:

  • logs-generic-default - generated by log-generator application
  • kibana_sample_data_ecommerce - an official Kibana sample data set of an eCommerce application
  • kibana_sample_data_flights - an official Kibana sample data set of flights

Running the demo

In order to run it, you need to:

  • clone this repository: git clone https://github.com/QuesmaOrg/quesma.git
  • run docker-compose up directly from examples/kibana-sample-data directory

Handy one-liner for above commands:

bash
git clone https://github.com/QuesmaOrg/quesma.git && docker compose -f quesma/examples/kibana-sample-data/docker-compose.yml up

Once it's running, you can access:

You can browse the following demo datasets:

  • logs-generic-default - generated by log-generator application
  • kibana_sample_data_ecommerce - an official Kibana sample data set
  • kibana_sample_data_flights - an official Kibana sample data set