mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
5 lines
252 B
Bash
5 lines
252 B
Bash
#!/usr/bin/env bash
|
|
|
|
VERSION=`cat /vagrant/config/platforms.json | grep latest | cut -d":" -f2 | sed 's/["\|,| ]//g'`
|
|
LOGSTASH_FILENAME="logstash-${VERSION}.rpm"
|
|
wget -q https://download.elastic.co/logstash/logstash/packages/centos/$LOGSTASH_FILENAME
|