2021-04-01 01:08:02 +02:00

25 lines
804 B
JSON

{
"version": "0.12.2",
"description": "Collect, transform, & route all observability data.",
"homepage": "https://vector.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/timberio/vector/releases/download/v0.12.2/vector-0.12.2-x86_64-pc-windows-msvc.zip",
"hash": "b318a78643e952b0d41b4e7764a31145857d6beff42f7afca30b75da9981163c"
}
},
"bin": "bin\\vector.exe",
"persist": "config",
"checkver": {
"github": "https://github.com/timberio/vector"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timberio/vector/releases/download/v$version/vector-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}