June 2017
Beginner to intermediate
404 pages
8h 22m
English
Let's look at the directory structure when you installed Elasticsearch using the DEB/RPM package:
| Name | Description | Location |
| home | This is the location where Elasticsearch is installed. | /usr/share/elasticsearch |
| bin | This contains all the binary files to start Elasticsearch and to install plugins. | /usr/share/elasticsearch/bin |
| conf | This contains configuration files (elasticsearch.yml). | /etc/elasticsearch |
| conf | This contains configuration for environment variables. | /etc/sysconfig/elasticsearch |
| data | This contains all the data files. There is where your data is stored. | /var/lib/elasticsearch |
| logs | This contains all the log files. | /var/log/elasticsearch |
| plugins | This contains all the plugins. | /usr/share/elasticsearch/plugins ... |
Read now
Unlock full access