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/tools/nfpm.yaml

17 lines
441 B

name: "logcli"
arch: "amd64"
platform: "linux"
version: ${CIRCLE_TAG}
section: "default"
provides:
- logcli
maintainer: "Grafana Labs <support@grafana.com>"
description: |
LogCLI is the command-line interface to Loki.
It facilitates running LogQL queries against a Loki instance.
vendor: "Grafana Labs Inc"
homepage: "https://grafana.com/loki"
license: "AGPL-3.0"
contents:
- src: ./dist/logcli-linux-amd64
dst: /usr/local/bin/logcli