ScoopInstaller_Main/bucket/promtail.json
2025-02-14 12:31:48 +00:00

32 lines
934 B
JSON

{
"version": "3.4.2",
"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/v3.4.2/promtail-windows-amd64.exe.zip",
"hash": "2938e13fefb3734f4d2da20cb9f5e762194cf78762d13a0f2d2e320f0d766948",
"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"
}
}
}