Operations | Monitoring | ITSM | DevOps | Cloud

AWS and InfluxDB - Reflections on re:Invent 2022 Keynote

Amazon re:Invent is a major technology event every year. At this year’s re:Invent, the keynote by AWS CEO Adam Selipsky made a concerted effort to draw connections between technology and some of the key challenges that people around the world, and in some cases beyond the terra firma of Earth, face. While the presentation touched on a wide range of topics, one overarching theme was the intersection of the physical and digital worlds, and the role technology plays in bridging that divide.

Tracing with InfluxDB IOx

Tracing has always been a key use case for time series data. But admittedly, it’s also one that past versions of InfluxDB could not handle as well as we wanted. One of the roadblocks was the cardinality issue. Tracing data is, almost by definition, high cardinality data and prior to InfluxDB IOx, high cardinality data could affect query performance.

How to Help Teams Create Optimal Infrastructure for Availability

Teams are locked into a cycle of suffering characterized by the feeling that they are sprinting just to stay still. This morale and productivity-destroying state is caused by an inability to find time to save time. Our new research, The State of Availability Report 2022, discovered that teams know what they want to do—harness cloud and DevOps practices and tools to advance digital transformation—but something’s getting in the way.

Search Observability Data In-Place: Store Where You Want, Query When You Want

When we created Cribl Search, we wanted to give systems administrators the ability to query data without having to spend resources on collection and processing first — but we didn’t stop there. With Search, we’re also making it possible to query all the data you’ve already collected, processed, and kept in places like object stores, file systems, analytics tools, S3 buckets, or other data stores.

How to choose the right Agile value metrics

Nearly every business leader these days is focused on achieving value—and for good reason. Business leaders are accountable for ensuring all the work they do delivers the most value possible to the business. Some have adopted Agile methodologies to achieve this. For Agile methodologies to be effective, you need to measure the right things. And to measure the right things, you need the right data producing the right information to provide you with the right insights. Agile value metrics can help.

November Product Updates: Mac / Linux Patching, Ticketing Enhancements

In November, NinjaOne continued to release updates at a rapid pace, with 5 releases and hotfixes delivering new functionality and greater stability to Ninja users. 5.3.7, this month's largest release, including major new functionality for patch management and ticketing. Please Note: 5.3.7 is currently available in OC and CA instances, with EU and NA instance updates coming soon.

Broadcom Software Debuts the Experience-Driven NOC at DoDIIS 2022

Command, control, and communications (C3) systems are fundamental to all military operations, and the network is the backbone to keeping the warfighter up to date and out of harm's way. The right network modernization strategies will enable the latest C3 capabilities to provide real-time situation awareness and decision support for today’s military operations.

Improving Incident Management with Automation

Incident management is your organization’s first line of defense. When incidents occur, internal teams must be ready to respond quickly. While incidents can happen anytime, it’s unrealistic to expect incident managers to be prepared to perform manual root cause analysis. Manually monitoring and analyzing applications on multiple servers is extremely difficult, which is why human reaction times have traditionally limited the speed of incident management.

Kubernetes 1.26 - What's new?

Kubernetes 1.26 is about to be released, and it comes packed with novelties! Where do we begin? This release brings 37 enhancements, on par with the 40 in Kubernetes 1.25 and the 46 in Kubernetes 1.24. Of those 37 enhancements, 11 are graduating to Stable, 10 are existing features that keep improving, 16 are completely new, and one is a deprecated feature. Watch out for all the deprecations and removals in this version!

Testing React components with Cypress

Components are reusable bits of code that, most of the time, work and function independently. If you want to be confident that components are working properly, you need to test them. Conveniently, Cypress.io has designed their testing framework to include component testing. This tutorial illustrates the differences between end-to-end (E2E) and component testing, and what to consider when using these methods. Then, you will learn how to use Cypress for component testing.