Updated March 30, 2024

Loki is a horizontally scalable, highly available, multi-tenant log aggregation and storage system inspired by Prometheus. It doesn’t index the contents of logs, but rather a set of labels for each log stream.

Deployment instructions
  1. Create a service account required to access Yandex Object Storage:

    yc iam service-account create --name <service account name>
    
  2. Assign the storage.uploader and storage.viewer roles to the service account.

  3. Create a static access key for the service account in JSON format and save it to the sa-key.json file:

    yc iam access-key create \
       --service-account-name=<service account name> \
       --format=json > sa-key.json
    
  4. Create a bucket in Object Storage.

  5. Configure the application:

    • Namespace: Select a namespace or create a new one.
    • Application name: Enter an application name.
    • Bucket name: Specify the name of the bucket in Object Storage.
    • Static access key: Paste the contents of the sa-key.json file.
    • Install Promtail: Leave the option enabled to deliver local logs to the Grafana Loki instance using the Promtail agent. This agent is usually used for applications that require regular monitoring.
  6. Click Install.

  7. Wait for the application status to change to Deployed.

  8. (Optional) Access the Loki gateway within the cluster at http://loki-gateway.<namespace>.svc.cluster.local.

Billing type
Free
Type
Kubernetes® Application
Category
Developer tools
Publisher
Yandex Cloud
Use cases
  • Aggregating and storing logs
Technical support

Yandex Cloud technical support is available 24/7 to respond to requests. The types of requests available and their response time depend on your pricing plan. You can enable paid support in the management console. Learn more about requesting technical support.

Product composition
Helm chartVersion
Pull-command
Documentation
yandex-cloud/grafana/loki/chart/loki1.1.2Open
Docker imageVersion
Pull-command
yandex-cloud/grafana/loki/loki17117872287401888451751921863481503217483558175622.6.1
prom/memcached-exporter1711787228740188845175192186348150321748355817562v0.6.0
memcached17117872287401888451751921863481503217483558175621.6.7-alpine
yandex-cloud/grafana/loki/nginx-unprivileged17117872287401888451751921863481503217483558175621.19-alpine
yandex-cloud/grafana/loki/promtail17117872287401888451751921863481503217483558175622.7.1
Terms
By using this product you agree to the Yandex Cloud Marketplace Terms of Service
Billing type
Free
Type
Kubernetes® Application
Category
Developer tools
Publisher
Yandex Cloud