Skip to content
Geek and I
Go back

Sumo Logic? Why not ELK?

Updated:
Mike Horwath2 min read

At my previous $ayjob we were using ElasticSearch+Logstash+Kibana (ELK) but no one was owning the solution. This left a lot of gaps and maintenance issues that needed many working hours to bring back usefulness and working functionality.

What you trade for in using Sumo Logic (simplicity, no-maintenance, available everywhere, and money) you pay for in time (which is also money and you get to run all of your own infrastructure) when you use ELK. This comparison is exactly why sometimes it is worth looking at commercial software over open-source.

Out of the box, Sumo Logic has pre-built dashboards for many common items that administrators, developers, and security folks would like to see, ready to install and start displaying data in an insightful way.

Let’s look at Cisco ASA parsing (though on my blog I have focused on the Fotinet Fortigate security devices) between someone doing it via ELK and how I’ve done it at my day-job with Sumo Logic.

Larry Smith, Jr. wrote a blog post that includes the JSON object required to build the dashboard and a screenshot of same. Clicking the picture will take you to his blog post directly.

larry-smith-jr-asa-dashbaord-ss

Sumo Logic dashboard has much of the same information though displayed slightly differently.

Sumo Logic Cisco ASA dashboard

But the difference in time is huge! Both solutions need a syslog destination to point the firewall at. For ELK you’d use a Logstash ingestion endpoint into your ES storage network. For Sumo Logic you’d have a collector running on either Windows or Linux. Either way you’d need to listen for UDP (default, can do TCP if you wish) and classify the logs as coming from a Cisco ASA device.

For Sumo Logic, start to finish:

With ELK (only supports Linux-based hosts):

I have done both and I’d rather put time into Sumo Logic if only because it is so much faster to complete leaving time for other, more fruitful labors.



Related Posts

Previous Post
Sumo Logic + Fortigate = My Dashboard
Next Post
Sumo Logic + Fortigate + Application Usage