Index name and UUID

Elasticsearch used to use the index name in the data directory structure, but as there were index names that were valid but caused problems with various file systems, the index name was replaced by UUID in the file system path to avoid having to restrict index naming further. Through all APIs you use the index name, not the UUID, so it should be transparent to you.

3 Likes