Question

Building a SIEM with Suricata, Elasticsearch and Kibana

I was following a guide on how to build a SIEM How To Build A SIEM with Suricata and Elastic Stack on Ubuntu 20.04. However, I ran into an error during the installation of Filebeat (Step 4 of the tutorial).

After running the following command:

$ sudo filebeat setup

I ran into the following error:

Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://10.104.0.5:5601/api/status fails: invalid character 'K' looking for beginning of value. Response: Kibana server is not ready yet.

Any ideas on how to resolve this problem? Thanks in advance.


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
October 14, 2022

Hi there,

Based on the output that you’ve shared it sounds like the Kibana service is not up and running yet.

Can you check the status of the service with:

systemctl start kibana.service

Also what version of Kibana did you install?

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

card icon
Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Sign up
card icon
Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We’d like to help.

Learn more
card icon
Become a contributor

You get paid; we donate to tech nonprofits.

Learn more
Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow – whether you’re running one virtual machine or ten thousand.

Learn more ->
DigitalOcean Cloud Control Panel
Get started for free

Enter your email to get $200 in credit for your first 60 days with DigitalOcean.

New accounts only. By submitting your email you agree to our Privacy Policy.

© 2023 DigitalOcean, LLC.