79438530

Date: 2025-02-14 06:30:31
Score: 2
Natty:
Report link

I resolve this issues by giving permission to that data directory like this

Grant ownership to UID 1000 (default for Elasticsearch container)

sudo chown -R 1000:1000 ./esdata01 ./esdata02 ./esdata03

Ensure read, write, and execute permissions

sudo chmod -R 775 ./esdata01 ./esdata02 ./esdata03

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ABHISHEK ACHARYA