From 04d1f5e7c91bb2abddb56988a062c7d799a03eb0 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 11 Apr 2019 15:50:38 -0400 Subject: [PATCH] Ese Elasticsearch 7.0 --- .travis.yml | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1056f3..2445966 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: before_install: - "sudo apt-get update" - "sudo apt-get install -y libemail-outlook-message-perl" - - "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.1.deb && sudo service elasticsearch restart" + - "curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0.deb && sudo dpkg -i --force-confnew elasticsearch-6.5.1.deb && sudo service elasticsearch restart" install: - "pip install -r requirements.txt" diff --git a/docs/index.rst b/docs/index.rst index 0f83176..857d176 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -791,7 +791,7 @@ On Debian/Ubuntu based systems, run: sudo apt-get install -y apt-transport-https wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - - echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list + echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list sudo apt-get update sudo apt-get install -y default-jre-headless elasticsearch kibana