Report this

What is the reason for this report?

File beat output has zero hits

Posted on May 30, 2021

Hi,

After following the link -How To Install Elasticsearch, Logstash, and Kibana I can see zero hits in the output and I am not able to figure out why, also while configuring Kibana, the output of the command - http://your_domain/status landed me on Kibana page but no apps listed on the left-hand side of the page - can someone please explain what’s wrong?

Any help is appreciated.

Regards Aashay



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

Did you run the following command to disable the Logstash output and enable Elasticsearch output:

sudo filebeat setup -E output.logstash.enabled=false -E output.elasticsearch.hosts=['localhost:9200'] -E setup.kibana.host=localhost:5601

In case that you’ve done this already, what was the output that you got after running it?

Also what is the status of the service:

sudo systemctl status filebeat

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Dark mode is coming soon.