Decrypt files names nodes\0\indices

Hi
I installed the version number elasticsearch-5.5.2
I have now an encrypted files (screne shot below)

Please how i can decrypte files?

You should not directly interact with index files on disk. Instead use the APIs, which will allow you to work with indices and shards. What is it you are trying to do?

Thank you for your answer Christian

I try to move a specific file for example in kibana i have BGC,NPS... indices and i want for exemple to move just BGC to another server and i don't know what is the file encrypted

To move data between server I would recommend wither using reindex from remote or snapshot and restore. You should not be moving or replicating files at the filesystem level.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.