ScoopInstaller_Main/bucket/promtail.json
2023-08-12 00:32:16 +00:00

32 lines
934 B
JSON

{
"version": "2.8.4",
"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.8.4/promtail-windows-amd64.exe.zip",
"hash": "96cc81082c9bdcd809175e2f6d0b8388d2f49a5f55d3ca4eb52e158cecd266b4",
"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"
}
}
}