Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Upgrade Elastic Stack to 5.2.2 (#662)
Browse files Browse the repository at this point in the history
- Diagnostic plugin, too
  • Loading branch information
loren authored Mar 7, 2017
1 parent 5e0a443 commit 819b797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions frameworks/elastic/src/main/dist/svc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pods:
- {{SCHEDULER_URI}}
- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ELASTIC_VERSION}}.tar.gz
- https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ELASTIC_VERSION}}.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.1/support-diagnostics-5.1-dist.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.2/support-diagnostics-5.2-dist.zip
container:
rlimits:
RLIMIT_NOFILE:
Expand Down Expand Up @@ -117,7 +117,7 @@ pods:
- {{SCHEDULER_URI}}
- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ELASTIC_VERSION}}.tar.gz
- https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ELASTIC_VERSION}}.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.1/support-diagnostics-5.1-dist.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.2/support-diagnostics-5.2-dist.zip
container:
rlimits:
RLIMIT_NOFILE:
Expand Down Expand Up @@ -174,7 +174,7 @@ pods:
- {{SCHEDULER_URI}}
- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ELASTIC_VERSION}}.tar.gz
- https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ELASTIC_VERSION}}.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.1/support-diagnostics-5.1-dist.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.2/support-diagnostics-5.2-dist.zip
container:
rlimits:
RLIMIT_NOFILE:
Expand Down Expand Up @@ -231,7 +231,7 @@ pods:
- {{SCHEDULER_URI}}
- https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ELASTIC_VERSION}}.tar.gz
- https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-{{ELASTIC_VERSION}}.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.1/support-diagnostics-5.1-dist.zip
- https://github.com/elastic/elasticsearch-support-diagnostics/releases/download/5.2/support-diagnostics-5.2-dist.zip
container:
rlimits:
RLIMIT_NOFILE:
Expand Down
2 changes: 1 addition & 1 deletion frameworks/elastic/universe/marathon.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{{/service.secret_name}}
"env": {
"ELASTIC_VERSION": "5.2.1",
"ELASTIC_VERSION": "5.2.2",
"EXECUTOR_URI": "{{resource.assets.uris.executor-zip}}",
"SCHEDULER_URI": "{{resource.assets.uris.scheduler-zip}}",
"BOOTSTRAP_URI": "{{resource.assets.uris.bootstrap-zip}}",
Expand Down

0 comments on commit 819b797

Please sign in to comment.