/loki-evaluation

Evaluate Loki for bulk ingest and query

Primary LanguageShellApache License 2.0Apache-2.0

loki-evaluation

Evaluate Loki for bulk ingest and query

This repository accompanies the blogpost: Yes, you can use Loki to efficiently retrieve big data for analysis

Follow these steps to run the evaluation:

  1. Set the working directory
cd loki
  1. Login to the cluster
./login.sh
  1. Deploy Loki on the cluster
./deploy_loki.sh
  1. Run the write path scenario
./multi_upload_file_to_loki_with_promtail_using_container.sh
  1. Redeploy Loki
./deploy_loki.sh
  1. Run the read path scenario
./multi_download_from_loki_with_logcli_using_container.sh