Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): Dashboard 2.18
Describe the issue: securityadmin.sh displays the standard message about deprecation, then exits with no errors. The issue persists when filesystems are remounted without noexec flag, when SELinux is placed in permissive mode, and when firewalld is configured to allow traffic. Does anyone have any additional troubleshooting steps? I have been following the guide for offline installation (actually, I was originally attempting to install Wazuh - but failed at this step there. I am now attempting to install opensearch on its own but having the same issue)
Configuration:
RHEL 8 system configured to STIG standards
Relevant Logs or Screenshots:
**************************************************************************
** This tool will be deprecated in the next major release of OpenSearch **
** https://github.com/opensearch-project/security/issues/1755 **
**************************************************************************
this is the only output from securityadmin.sh no matter what options I give it, no options, the correct options, or anything in between.
EDIT: Since this seems to be a common issue: I DO have java installed, and have been attempting to run securityadmin.sh with OPENSEARCH_JAVA_HOME=/usr/bin/java
Java -version output:
openjdk version "1.8.0_412"
OpenJDK Runtime Environment (build 1.8.0_412-b08)
OpenJDK 64-Bit Server VM (build 25.412-b08, mixed mode)