I have installed Meticbeat on SUSE Linux Enterprise 11 using the .rpm package. I am also able to start metricbeat from the command line using the command 'sudo ./metricbeat -e'.
However when I try to start it as a service using the command 'sudo service metricbeat start', it gives an error saying service metricbeat not found.
Can you please help with this isssue?
I was able to install metricbeat, but I hit an issue with running the service command. Perhaps this is an issue only on my minimal vagrant box. Do you also have this issue?
vagrant-sles-11sp4-x64:~ # rpm -q metricbeat
metricbeat-7.3.2-1
vagrant-sles-11sp4-x64:~ # chkconfig --list metricbeat
metricbeat 0:off 1:off 2:off 3:off 4:off 5:off 6:off
vagrant-sles-11sp4-x64:~ # service metricbeat status
/etc/init.d/metricbeat: line 38: /etc/rc.d/init.d/functions: No such file or directory
/etc/init.d/metricbeat: line 42: status: command not found
/etc/init.d/metricbeat: line 88: status: command not found
I get the same error - Suse 11 - for Filebeat in my case (assume the same init script though?)
sethaironfire:/etc/init.d # sudo service filebeat status
/etc/init.d/filebeat: line 38: /etc/rc.d/init.d/functions: No such file or directory
/etc/init.d/filebeat: line 42: status: command not found
/etc/init.d/filebeat: line 88: status: command not found
Do you know if SLES 11 supports systemd? I suspect that SLES began supporting systemd in SLES 12 since that is the version of SLES we test/support for beats.
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.