ScoopInstaller_Main/bucket/promtail.json
2024-03-27 21:05:20 +00:00

32 lines
934 B
JSON

{
"version": "2.9.6",
"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.9.6/promtail-windows-amd64.exe.zip",
"hash": "bdd2c2d58ce85d32a5796d3a1b6b0e68598b8467b371cb99d0fee5101ebc1982",
"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"
}
}
}