So I have this Elasticsearch installation, in insert data with logstash, visualize them with kibana.
Everything in the conf file is commented, so it\'s using the defa
If you've installed ES on Linux, the default data folder is in /var/lib/elasticsearch
(CentOS) or /var/lib/elasticsearch/data
(Ubuntu)
If you're on Windows or if you've simply extracted ES from the ZIP/TGZ file, then you should have a data
sub-folder in the extraction folder.
On centos:
/var/lib/elasticsearch
It should be in your extracted elasticsearch. Something like es/data
If you run the Windows MSI installer (at least for 5.5.x), the default location for data files is:
C:\ProgramData\Elastic\Elasticsearch\data
The config
and logs
directories are siblings of data
.
Elastic search is storing data under the folder 'Data' as mentioned above answers. Is there any other elastic search instance available on your local network? If yes, please check the cluster name. If you use same cluster name in the same network it will share data.
Refer this link for more info.
According to the documentation the data is stored in a folder called "data" in the elastic search root directory.