Fix package download URL and set ES_PATH_CONF

The old URL yields a 404. ES_PATH_CONF is also needed when installing
elasticsearch using the downloaded package.
This commit is contained in:
Michel Weitbrecht 2018-12-27 21:54:45 +01:00
parent f89f56bc34
commit 124775740a
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
---
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
es_package_url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch"
es_conf_dir: "/etc/elasticsearch"
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
init_script: "/etc/init.d/elasticsearch"