-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from apecloud/feature/add-logcli-plugin
feat: add logcli plugin for kbcli
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
apiVersion: krew.googlecontainertools.github.com/v1alpha2 | ||
kind: Plugin | ||
metadata: | ||
name: logcli | ||
spec: | ||
version: v2.8.2 | ||
homepage: https://github.com/grafana/loki | ||
caveats: | | ||
This plugin needs config LOKI_ADDR environment variable which points to a local instance directly | ||
shortDescription: LogCLI provides a command-line interface for querying logs against Loki. | ||
description: | | ||
LogCLI is the command-line interface to Grafana Loki. | ||
It facilitates running LogQL queries against a Loki instance. | ||
platforms: | ||
- selector: | ||
matchLabels: | ||
os: linux | ||
arch: amd64 | ||
uri: https://github.com/grafana/loki/releases/download/v2.8.2/logcli-linux-amd64.zip | ||
sha256: 5aa8a83c343c68f9dcb63305642522391fa671abf1c74195feb855ab576e2904 | ||
bin: logcli-linux-amd64 | ||
- selector: | ||
matchLabels: | ||
os: darwin | ||
arch: arm64 | ||
uri: https://github.com/grafana/loki/releases/download/v2.8.2/logcli-darwin-arm64.zip | ||
sha256: bb3331e3d2b4a4925565d0f66ce579bdd4e6d183808444bf05afea2f1b814641 | ||
bin: logcli-darwin-arm64 | ||
- selector: | ||
matchLabels: | ||
os: windows | ||
arch: amd64 | ||
uri: https://github.com/grafana/loki/releases/download/v2.8.2/logcli-windows-amd64.exe.zip | ||
sha256: fa900e4d9b77bf5f349cefdadadd4ad921d940dd58d4c74befcba07a133bdf11 | ||
bin: logcli-windows-amd64.exe |