October 2019
Beginner
186 pages
5h 39m
English
The other option is to configure on-site. The config directory contains three configuration files:
To change the location of the configuration directory, use the following command:
ES_PATH_CONF=/path/to/my/config ./bin/elasticsearch
To change the file paths, the following command can be used:
path.data: /var/lib/elasticsearchpath.logs: /var/log/elasticsearch
In the preceding expression, we are setting the data and logs path.
Read now
Unlock full access