NAME="Red Hat Enterprise Linux Server"
VERSION="7.4 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.4"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.4 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.4:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.4
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.4"
uname -m
x86_64
Can I install any one of them : metricbeat 6.4.0 [ RPM 64-bit ] or metricbeat 6.4.0 [ LINUX 64-bit ] ?
If not then why what does difference will it make, based on my system configuration ?
Similarly for Packetbeat 6.4.0
Correct location for metricbeat is /etc/metricbeat.
It depends on the service installation, actually it doesn't matter where metricbeat.yml file is located, it's an arguments parsed to the metricbeat executable.
Is your system running with SystemD? Then you can check:
"/etc/systemd/system/multi-user.target.wants/metricbeat.service"
Line:
ExecStart=/usr/share/metricbeat/bin/metricbeat -c /etc/metricbeat/metricbeat.yml
the argument passed with "-c" is the metricbeat.yml used.
I started the metricbeat service using below command:
sudo service metricbeat start
Starting metricbeat (via systemctl): [ OK ]
It looks like metricbeat started successfully. But I am not getting any data in my elasticsearch node. I am also not able to access logs from folder /var/log/metricbeat folder
-bash: cd: metricbeat: Permission denied
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.