{ "version": "1.8.1", "description": "Open source framework for processing, monitoring, and alerting on time series data.", "homepage": "https://www.influxdata.com/time-series-platform/kapacitor/", "license": "MIT", "architecture": { "64bit": { "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.8.1_windows_amd64.zip", "hash": "5bacfe337ae476558884f4216b81160be69e56c39a223fa3c922e02abbe3cb3d", "extract_dir": "kapacitor-1.8.1-1" } }, "bin": [ "kapacitor.exe", "kapacitord.exe" ], "persist": "kapacitor.conf", "checkver": { "url": "https://portal.influxdata.com/downloads", "regex": ">Kapacitor v([\\d.]+)<" }, "autoupdate": { "architecture": { "64bit": { "url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$version_windows_amd64.zip", "hash": { "url": "https://portal.influxdata.com/downloads/", "regex": "$sha256.*\\s.*\\s.*$basename" }, "extract_dir": "kapacitor-$version-1" } } } }