mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"version": "9.3.8",
|
|
"description": "A data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite \"stash\".",
|
|
"homepage": "https://www.elastic.co/logstash",
|
|
"license": {
|
|
"identifier": "Freeware|Apache-2.0",
|
|
"url": "https://github.com/elastic/logstash/blob/master/LICENSE.txt"
|
|
},
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://artifacts.elastic.co/downloads/logstash/logstash-9.3.8-windows-x86_64.zip",
|
|
"hash": "sha512:8f2fab21ded9210bf2aa163c7b2e128e4e3cb73984622b71a8962457367769be820f8b7a224a2004398be418d0207f92e4eda76350e71b6a7c3fbf92f686dd5f"
|
|
}
|
|
},
|
|
"extract_dir": "logstash-9.3.8",
|
|
"bin": [
|
|
[
|
|
"bin\\logstash.bat",
|
|
"logstash"
|
|
],
|
|
[
|
|
"bin\\logstash-plugin.bat",
|
|
"logstash-plugin"
|
|
]
|
|
],
|
|
"persist": [
|
|
"config",
|
|
"data"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.elastic.co/downloads/logstash",
|
|
"regex": "logstash-([\\d.]+)-windows-x86_64\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://artifacts.elastic.co/downloads/logstash/logstash-$version-windows-x86_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
},
|
|
"extract_dir": "logstash-$version"
|
|
}
|
|
}
|