Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/production/nomad/loki-simple
Vladyslav Diachenko b39e4900ec
updated versions to the latest release v2.6.1 (#6703)
4 years ago
..
README.md updated versions to the latest release v2.6.1 (#6703) 4 years ago
config.yml docs: Add Nomad deployment examples (#6258) 4 years ago
job.nomad.hcl updated versions to the latest release v2.6.1 (#6703) 4 years ago

README.md

Simple scalable deployment mode

This Nomad job will deploy Loki in simple scalable deployment mode with minimum dependencies, using boltdb-shipper and S3 backend and with the ability to scale.

Usage

Have a look at the job file and Loki configuration file and change it to suite your environment.

Run job

Inside directory with job run:

nomad run job.nomad.hcl

To deploy a different version change variable.version default value or specify from command line:

nomad job run -var="version=2.6.1" job.nomad.hcl

Scale Loki

Change count in job file in group "loki" and run:

nomad run job.nomad.hcl

or use Nomad CLI

nomad job scale loki write <count>