Index Data Storage

Storing Index Data

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

705

Windows path as an Example

To change the index folder to any other drive or path, make the following changes:

  1. Go to <SEARCHBLOX_INSTALLATION_PATH>/opensearch/config.
  2. Open the opensearch.yml file in a code editor such as Notepad.
  3. Add the following path in the path.data field on the first line:
    path.data: D:/dataindex
  4. 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.
  5. Restart OpenSearch and SearchBlox. After restarting, all indexed data will be stored in D:/dataindex or the path specified in opensearch.yml.


What’s Next

You can go through the related sections below