ScoopInstaller_Main/bucket/promtail.json
2022-07-18 12:32:20 +00:00

32 lines
934 B
JSON

{
"version": "2.6.1",
"description": "Multi-tenant log aggregation system",
"homepage": "https://grafana.com/oss/loki/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/grafana/loki/releases/download/v2.6.1/promtail-windows-amd64.exe.zip",
"hash": "d3e405902d3b14f453060edb66f7f236c96c9276d12b6f796c804efaa04517f6",
"bin": [
[
"promtail-windows-amd64.exe",
"promtail"
]
]
}
},
"checkver": {
"github": "https://github.com/grafana/loki"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/grafana/loki/releases/download/v$version/promtail-windows-amd64.exe.zip"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}