Operations | Monitoring | ITSM | DevOps | Cloud

You build it, you own it - Microservices operations with Datadog Service Catalog (Brooke Chen)

Managing microservices requires understanding many dependencies, both technical and operational. Join Brooke Chen of Datadog as they introduce Service Catalog, a new view combining telemetry, performance, topology, and metadata to enable at-a-glance understanding of even the most complex microservices architectures.

Open Source Hacktivism, Open Source Gains Traction in the Enterprise, and More: Open Source Matters

Welcome to the 8th edition of Open Source Matters: our regular publication about the latest happenings in open source! Dive into OSS news and projects to watch with Mattermost's Ben Lloyd Pearson.

CI/CD Detection Engineering: Dockerizing for Scale, Part 4

Splunk builds innovative tools which enable users, their teams, and their customers to gather millions of data points per second from an ever-growing number of sources. Together, Splunk helps users leverage that data to deliver, monitor, improve, and secure systems, networks, data, products, and customers with industry-leading solutions and expertise.

Using gRPC with Golang

In this tutorial, you will learn how to work with the gRPC Golang library for microservice communication by creating a simple note-taking application. APIs and service-to-service communication are what make modern microservice architecture possible. REST is generally the preferred implementation pattern, but if you only use REST, you could miss out on the significant performance gains that gRPC can offer. gRPC can provide better speed and efficiency than REST APIs.

Override default resource status: New feature in StackStorm 3.7.0

Coming up in StackStorm 3.7.0 is a new feature that allows administrators of a StackStorm installation to “override” the default resource status that was specified by the pack owners. One of the benefits of StackStorm is the large variety of packs available on the StackStorm Exchange. But sometimes, users may not want the default content status provided by the community packs. We’re introducing a new feature into StackStorm 3.7.0 to make this easier to manage.

SIEM: Introduction to SIEM and 4 Top SIEM Tools

Security Information and Event Management (SIEM) technology has become a fundamental part of identifying and guarding against cyber attacks. It is one of the essential technologies powering the modern security operations center (SOC). SIEM is an umbrella term that includes multiple technologies, including log management, security log aggregation, event management, event correlation, behavioral analytics, and security automation.

How to Import/Export Orion Custom Query Widgets

Advanced Orion Platform users are familiar with the power of the Custom Query widget, but getting started can be difficult. Thankfully, you can download pre-existing widgets directly from THWACK to get you started. Then, after you've crafted some of your own, you can return the love and share yours with the community.

Kubernetes Multi-Tenancy

Things would be much simpler if we based all we built on Kubernetes on a single tenant type of architecture, meaning a single application running on the entire Kubernetes cluster with a single team who could access it. As teams scale Kubernetes adoption within their organizations, they see a different scenario instead, one with multi-tenant deployments performed by multiple teams and, most probably, across multiple clusters.