Operations | Monitoring | ITSM | DevOps | Cloud

Blog

February product updates. Anomaly detection, incident management and better UX

This past couple of month were a bit hectic and there’s a good reason behind that. We’ve set out to create a better experience for our users, and it’s exactly what we did! Besides making a lot of quality-of-life changes, we’ve introduced new features that we think, will speed up the speed at which you’ll debug your applications and give you a whole new perspective on all things AWS Lambda.

Ahrefs: Helping Companies Understand their Competition Better

Being touted as one of the top names in the search engine optimization market, Ahrefs has been steadily climbing up the ranks. The company has now emerged as one of the top crawlers on the market. The Singapore based company believes in creating valuable and easy-to-use products which will help their clients always stay one step ahead.

Search Relevance - Solr & Elasticsearch Similarities

Lucene has a lot of options for configuring similarity. By extension, Solr and Elasticsearch have the same options. Similarity makes the base of your relevancy score: how similar is this document (actually, this field in this document) to the query? I’m saying the base of the score because, on top of this score, you can apply per-field boosts, function scoring (e.g. boost more recent documents) and re-ranking (e.g. Learning to Rank).

Tracking insider threats with AI

If you thought masked hackers in dark rooms spreading malware were your only security concern, think again. In its Insider Threat Report for 2018, Crowd Research Partners brought to light that almost 90 percent of organizations find themselves vulnerable to insider threats. What’s worse is that 50 percent of these organizations experienced an insider attack in 2018.

Kubernetes vs Docker Swarm: Comparison of Two Container Orchestration Tools

With the rise of the containerization technology and increased attention from enterprises and technologists in general, more and more containerized applications have been deployed to the cloud. Moreover, research conducted by 451 Research predicts that the application container market will grow dramatically through 2020, which will continue to expand the number of containerized applications being deployed to the cloud.

Runc CVE-2019-5736

Today CVE-2019-5736 was announced which impacts all known versions of runc. Runc is the underlying component that creates containers in Docker, Kubernetes, and many other container systems. The full details of this vulnerability are available in the Openwall oss-security mailing. Due to the severity of this issue, exploits will not be published for another week, giving people time to patch.

Compliance Monitoring: Leveraging Online Tools to Ensure Compliance in Regulated Industries

Compliance departments are beginning to turn to website monitoring tools to help bolster their compliance monitoring efforts as it’s become increasingly difficult for these firms to remain compliant with industry regulations in recent years. Firms operating in highly regulated / legacy industries suddenly find themselves more vulnerable than ever to fines and penalties from regulators.

Optimizing Cloud Cost Using Cloud Lease

“I want to optimize cloud costs, my monthly bills are running high and we are overshooting our budgets, I thought by migrating to cloud we would end up saving!” Heard that before? This is the basic question from the senior management as to how can we lower the high-infrastructure cost once on the cloud. If you are facing either or all the challenges below, this article is for you!

The Anatomy of a Serverless App

Serverless has, for the last year or so, felt like an easy term to define: code run in a highly managed environment with (almost) no configuration of the underlying computer layer done by your team. Fair enough, but what is is a serverless application? A Lambda isn’t an app by itself, heck, it can’t even communicate with the world outside of Amazon Web Services (AWS) by itself, so there must be more to a serverless app than that.