Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Black Swans and Grey Rhinos - Observations on Coronavirus and IT Ops During Crisis

As the Coronavirus crisis unfolds and all of us struggle to understand its implications and to adapt, many thoughts come to mind on many different levels – personal, business related, philosophical. This event is definitely a game changer, in the near future for sure – and many say in the long run as well.

Leveraging Lambda Cache for Serverless Cost-Efficiency

Cost-efficiency is one of the main pillars of the Serverless Well-Architected framework. Read-intensive applications can save money and improve efficiency by using cache systems. AWS Lambda’s internal memory could be used as a caching mechanism. A Lambda container remains alive after an invocation is served, even if it stays idle for some time. Whatever was loaded in the container’s memory will remain there for the next invocations.

Using API Gateway to run Database Queries

The most common integration type for AWS API Gateway is with Lambda functions. The API service can integrate with virtually any other service that accepts HTTP requests, though. This opens up possibilities to use the API Gateway as a proxy to database queries, without any compute layer such as a Lambda function. The direct integration between API and database is perfect when Lambda serves only as an intermediator.

"Fiel-ding Good" - Three great ways to enrich AWS logs in Sumo Logic

In this article I’m going to show you three quick and easy ways to enrich your AWS log data in Sumo Logic using fields. Fields is a feature of Sumo shipped in 2019 as part of our Kubernetes monitoring solution and is how the fluentd pipeline adds Kubernetes metadata like service and pod to each log event. It’s also really handy for enriching each log event from AWS with fields.

Go for ROS

If you started reading this post thinking I would explain why you should go for ROS when building robots, think again. To be fair, that topic deserves a post of its own. But for this article, I’ll be using Go in the context of Golang. As in the Go programming language. As in the one designed by Google with an adorable Gopher for a mascot. Specifically, we will talk about ROS client libraries for the Go programming language; their features, their advantages, and what gaps still remain.

Integrating proactive monitoring with customer service

Everyone knows the existential question: If a tree falls in the forest, and nobody is there to hear it, does it make a sound? Leading-edge customer service management today has produced a corollary: If a network problem is fixed before the customer even suspects there’s an issue, did it even happen?

InfluxData expands in Asia Pacific region with Digital China and Hyundai BS&C partnerships

New distribution partnerships will support increased demand for InfluxDB across the region SAN FRANCISCO — April 29, 2020 — InfluxData, creator of the time series database InfluxDB, today announced its expansion into the Asia-Pacific (APAC) region through new strategic partnerships. Digital China and Hyundai BS&C will be the exclusive value-added distributors of InfluxDB in China and South Korea, respectively. The company also teamed up with Intellify, a reseller in Australia.

The Easy Guide to Adding COVID-19 Context to Any Process

Recently, my colleagues Ryan Kovar and Lily Lee created TA-covidIOCs, which is a Splunk TA designed for ingesting IOCs related to COVID-19. Per usual, I immediately saw this as an opportunity to hitch a ride on their coattails and benefit from their hard work. The product of this effort is a Splunk Phantom playbook uncreativly titled, "COVID-19 Indicator Check." The playbook is a simple, self-contained set of actions that takes MD5 file hashes, IPs, domains, and URLs as input.