ScoopInstaller_Main/bucket/promtail.json
2024-08-08 16:29:15 +00:00

32 lines
934 B
JSON

{
"version": "3.1.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.1.1/promtail-windows-amd64.exe.zip",
"hash": "53eaf206ab8247b551adb1db7a00d02e2e1be953237154ffd204ee7d51f2e0cb",
"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"
}
}
}