You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no prebuilt for RHEL for 1.0.4. Are you using RHEL as a business and cant deviate from that to use the install scripts for Ubuntu? Alternatively, you can do a bit of manual setup of you have time, the major parts being compiling the Go binaries and setting up nginx to proxy your requests..
I built a Ubuntu 16.04 system to do an install on, but I am now running into an issue when running the install script, the first failure I get is the following:
tar (child): go1.9.2.linux-amd64.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
The script actually continues on after that but then has a bunch of failures, like the elasticsearch install and kibana.
Is go a dependency that I should have installed ahead of time, or is that supposed to be included in the install script.
Also, I noticed the following:
chown: invalid user: 'elasticsearch:elasticsearch'
Does your script create an elasticsearch user, or is that something created during a typical elasticsearch install?
Is there an install script available for RHEL? I see there is a CentOS ISO, but I'm looking for an install script for a prebuilt RHEL OS. Thank you.
The text was updated successfully, but these errors were encountered: