I have created NFS location in my cluster that is accessible from all the nodes.
I checked it through terminal, The Repository has read and write both permissions.
But when i create a repository from kibana terminal or dev tools i get following error
test] [[ZehcpwR6Qqe48yhIl_RcUw, 'RemoteTransportException[[kibana-data][192.168.140.16:9300][internal:admin/repository/verify]]; nested: RepositoryVerificationException[[test] store location [/mnt/node] is not accessible on the node [{kibana-data}{ZehcpwR6Qqe48yhIl_RcUw}{sLtnj5QjTdiBCKUwqlyUXw}{192.168.140.16}{192.168.140.16:9300}{dilrt}{ml.machine_memory=8201338880, xpack.installed=true, transform.node=true, ml.max_open_jobs=20}]]; nested: AccessDeniedException[/mnt/node/tests-n396HbR9Q-udjW7-pLcqLw/data-ZehcpwR6Qqe48yhIl_RcUw.dat];']]
I gave chmode -R 777 to directory and also set chown as elasticsearch
Please suggest what permissions are required
Because i tried read write operation from other node via terminal it is working.
192.168.140.15:/mnt/node on /mnt/node type nfs4 (rw,relatime,vers=4.1,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.140.11,local_lock=none,addr=192.168.140.15)
In the data node when writing in the repo directory ,
instead of elasticsearch its writing with kibana user
other node are taking elasticsearch only problem in kibana node.
is their any linux command to change that
I already chown -R elasticsearch:elasticsearch to the directory
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.