-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mock up ECE installation options #8
base: main
Are you sure you want to change the base?
Conversation
tar -xzf elasticsearch-{{version}}-linux-x86_64.tar.gz | ||
cd elasticsearch-{{version}}/ <2> | ||
``` | ||
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output | |
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output |
``` | ||
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output | ||
`elasticsearch-{{version}}-linux-x86_64.tar.gz: OK`. | ||
<2> This directory is known as `$ES_HOME`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<2> This directory is known as `$ES_HOME`. | |
2. This directory is known as `$ES_HOME`. |
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output | ||
`elasticsearch-{{version}}-darwin-x86_64.tar.gz: OK`. | ||
<2> This directory is known as `$ES_HOME`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<1> Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output | |
`elasticsearch-{{version}}-darwin-x86_64.tar.gz: OK`. | |
<2> This directory is known as `$ES_HOME`. | |
1. Compares the SHA of the downloaded `.tar.gz` archive and the published checksum, which should output | |
`elasticsearch-{{version}}-darwin-x86_64.tar.gz: OK`. | |
2. This directory is known as `$ES_HOME`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would love to pull this in to get some more real content @lcawl
Added some suggestions to fix new validation on code callouts:
This page plays with content messily ported from https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-hosts-ubuntu-onprem.html
Preview