elasticsearch-instance
, move to folder elasticsearch-instance
.artifacts
File name | Description |
---|---|
elasticsearch-${ELASTICSEARCH_VERSION}-amd64.deb |
Debian archive for version 7.14 to be downloaded from here |
memory.options |
Limit the total memory assigned to the JVM |
elasticsearch.yml |
ElasticSearch core configuration file |
log
Vagrantfile
and change the value of variable lxd.name
. It makes sense to give the same name as the folder, in this example elasticsearch-instance
. Also as Elastic Search is resource-intensive you may want to create a dedicated LXD profile and assign the container to that profile (property lxd.profiles
)provision.sh
and change the value of variable MACHINE_HOSTNAME
and ELASTICSEARCH_VERSION
. It makes sense to give the same name as the folder, plus the domain, in this example elasticsearch-instance.localenv.com
.vagrant up > log/provisioning.log
MACHINE_HOSTNAME
, for example by adding an entry in /etc/hosts