ScoopInstaller_Main/bucket/promtail.json
2025-11-21 16:30:02 +00:00

32 lines
934 B
JSON

{
"version": "3.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/v3.6.1/promtail-windows-amd64.exe.zip",
"hash": "e775cec94424c75245189d330e2a637e06ee060f7978b4e0749f4c4c6741a22d",
"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"
}
}
}