Hello Malice, as far as I can see, the configuration file looks good to me. You can enable the verbose mode of the script running it again using the
-d option.
In order to run it again, you'll need to remove the previous installation. To do so, run the following commands:
- For RPM packages (CentOS, Fedora, RHEL, etc):
- yum remove opendistroforelasticsearch elasticsearch* opendistro-* -y
- rm -rf /var/lib/elasticsearch/
- rm -rf /usr/share/elasticsearch/
- rm -rf /etc/elasticsearch/
- rm -rf ~/search-guard-tlstool-1.8.zip
- rm -rf ~/searchguard
- For DEB packages (Debian, Ubuntu, etc):
- apt remove --purge opendistroforelasticsearch elasticsearch* opendistro-* -y
- rm -rf /var/lib/elasticsearch/
- rm -rf /usr/share/elasticsearch/
- rm -rf /etc/elasticsearch/
- rm -rf ~/search-guard-tlstool-1.8.zip
- rm -rf ~/searchguard
After running these commands, you will be able to run again the installation script with the option -d, for example,
bash elastic-stack-installation.sh -d -e -n node-1
To reproduce your issue, could you share the error output of the script and which OS you are using?
Regards,
David