HeartBeat Installation Error

When I try to Download Heartbeat 6.3.1 and install it, system shows like this.I didn't get it.Please reply.

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package heartbeat-6.3.1-amd64
E: Couldn't find any package by glob 'heartbeat-6.3.1-amd64'
E: Couldn't find any package by regex 'heartbeat-6.3.1-amd64'

Can you share the install command you are using as well?
What OS are you on>?

apt install heartbeat-6.3.1-amd64

Ubuntu 16.04 OS using
All other beats installed,but this beats version shows problem.

Is that the exact command you ran?

Now Installation ok, but heartbeat.yml error shows. It is not loading.When I try to run heartbeat shows like this.

sudo heartbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'

Exiting: error loading config file: yaml: line 105: did not find expected key

Heartbeat 6.3.2 only I can install.When i try to install Heartbeat 6.3.1 not able to do install in my laptop.

Are you installing via apt repo or something else? The correct way to install via apt repo is described here: https://www.elastic.co/guide/en/beats/heartbeat/current/setup-repositories.html .

If you've downloaded the file, you should install it with sudo dpkg -i heartbeat-6.3.1-amd64.deb.

Both methods work for me

If I install Heartbeat 6.3.1 three times shows this error.

Exiting: error loading config file: stat /etc/heartbeat/heartbeat.yml: no such file or directory

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.