Skip to content

Commit 54da8ed

Browse files
authored
Ajuste de Download do Logstash
1 parent 7495831 commit 54da8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ambientacao/prepare_ambience.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yum install -y tzdata net-tools curl git java-1.8.0-openjdk
2525
# Baixando as ferramentas da Stack
2626
for APPS in $ES_APPS; do
2727
if [ "$APPS" == "logstash/logstash" ]; then
28-
wget -P $ESSTACK_DIR https://artifacts.elastic.co/downloads/$APPS.tar.gz
28+
wget -P $ESSTACK_DIR https://artifacts.elastic.co/downloads/logstash/logstash-7.5.1.tar.gz
2929
else
3030
wget -P $ESSTACK_DIR https://artifacts.elastic.co/downloads/$APPS-$ES_VERSION.tar.gz
3131
fi
@@ -35,4 +35,4 @@ done
3535
wget -P $ESSTACK_DIR/datasets/cb_2012.csv.zip https://obamawhitehouse.archives.gov/sites/default/files/disclosures/whitehouse-waves-2012.csv_.zip
3636
wget -O $ESSTACK_DIR/datasets/apache.log https://www.todaynewsportal.com/access.log
3737
wget -O $ESSTACK_DIR/datasets/employees.zip https://github.com/datacharmer/test_db/archive/master.zip
38-
wget -O $ESSTACK_DIR/datasets/despesas_parlamentares.zip https://drive.google.com/file/d/1-ClkPZBNtoktWMMqBeJbzW_QEDVgKP8x/view?usp=sharing
38+
wget -O $ESSTACK_DIR/datasets/despesas_parlamentares.zip https://drive.google.com/file/d/1-ClkPZBNtoktWMMqBeJbzW_QEDVgKP8x/view?usp=sharing

0 commit comments

Comments
 (0)