Index Data Storage
Storing Index Data
Index data is stored by default in the following path:
<SEARCHBLOX_INSTALLATION_PATH>/opensearch/data

Windows path as an Example
To change the index folder to any other drive or path, make the following changes:
- Go to
<SEARCHBLOX_INSTALLATION_PATH>/opensearch/config. - Open the opensearch.yml file in a code editor such as Notepad.
- Add the following path in the
path.datafield on the first line:
path.data: D:/dataindex - Specify the location where you want the index to be stored. The path can be on the same drive, another location, another drive, or a mapped drive.
- Restart OpenSearch and SearchBlox. After restarting, all indexed data will be stored in
D:/dataindexor the path specified in opensearch.yml.

Updated about 1 month ago
