ScoopInstaller_Main/bucket/promtail.json
2022-11-11 04:32:23 +00:00

32 lines
934 B
JSON

{
"version": "2.7.0",
"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.7.0/promtail-windows-amd64.exe.zip",
"hash": "14ab765d05adac6bac6cf943a98f4b3d6ab047a60f328011d6f7c45d7f016fcd",
"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"
}
}
}