Directory structure
Let's now go to the newly created directory. We can see the following directory structure:
Directory |
Description |
---|---|
|
The scripts needed for running ElasticSearch instances and for plugin management |
|
The directory where the configuration files are located |
|
The libraries used by ElasticSearch |
After ElasticSearch starts, it will create the following directories (if they don't exist):
Directory |
Description |
---|---|
|
Where all the data used by ElasticSearch is stored |
|
Files with information about events and errors that occur during the running of an instance |
|
The location for storing the installed plugins |
|
Temporary files |