in graylog 3.0
i want to move /var/lib/elasticsearch to nfs
here is my step
stop graylog
stop elasticsearch
stop mongodb
mv /var/lib/elasticsearch /mnt/nfs/elasticsearch
after that
elasticsearch start fail
i try to
chown -R elasticsearch:elasticsearch /mnt/nfs/elasticsearch
chmod -R 777 /mnt/nfs/elasticsearch
elasticsearch still start fail
any one helps
thanks very much