Operations | Monitoring | ITSM | DevOps | Cloud

LM Logs query tracking: find what's relevant now to prepare for tomorrow

LM Logs offer intelligent log analysis with querying capabilities for all experience levels to analyze log data. But it’s most effective to know when to investigate deeper and conduct further analysis instead of trying to identify hidden trends in log data manually. The best way to determine what’s relevant now is to see if the amount of log data and message types produced in a device or service have drastically changed.

What is Azure Stack HCI?

Azure Stack HCI is a virtualized workload solution from Microsoft that allows businesses to run Windows and Linux apps and services in a hybrid on-premise/cloud environment. Built on top of Windows Server, Azure Stack HCI is an example of hyper-converged infrastructure (HCI). This technology virtualizes conventionally hardware-defined systems like storage and networking to create flexible, efficient infrastructure solutions.

Transforming Your Data With Telemetry Pipelines

Telemetry pipelines are a modern approach to monitoring and analyzing systems that collect, process, and analyze data from different sources (like metrics, traces, and logs). They are designed to provide a comprehensive view of the system’s behavior and identify issues quickly. Data transformation is a key aspect of telemetry pipelines, as it allows for the modification and shaping of data in order to make it more useful for monitoring and analysis.

Open sourcing the CircleCI Language Server

The official CircleCI extension for Visual Studio Code is now available for anyone to download on the VS Code Marketplace. This extension was developed by the Developer Experience team of CircleCI and it includes two sets of features: the pipeline manager and the config helper. The config helper provides language support for CircleCI YAML files.

A Kubernetes Observability Tool to Support SRE Best Practices

Kubernetes can be tough to troubleshoot and remediate fast, especially when you have many interdependent services. This blog, part 3 of 3 in the “8 SRE Best Practices to Help Developers Troubleshoot Kubernetes” series, describes the Kubernetes observability foundation StackState has built to support SRE best practices and enable rapid remediation of issues.

Why You Should Utilize the SNMP Monitoring Tools in N-central

Network device monitoring is a crucial aspect of IT management and it helps organizations to ensure that their network infrastructure is running smoothly. Many people that use RMM solutions will often use an additional application to monitor their network devices. However, one of the huge benefits of using N-able N-central as your RMM solution is the way it allows you to monitor network devices through Simple Network Management Protocol (SNMP).

Identify the root causes of issues and bottlenecks in your build pipelines with TeamCity and Datadog

TeamCity is a CI/CD server that provides out-of-the-box support for unit testing, code quality tracking, and build automation. Additionally, TeamCity integrates with your other tools—such as version control, issue tracking, package repositories, and more—to simplify and expedite your CI/CD workflows.

How to Avoid The Network Traffic Jam: What is Network Congestion and How to Fix It

Have you ever found yourself staring at your screen, waiting for a webpage to load, or a file to download, only to be left frustrated by sluggish Internet speeds? It's like being stuck in a traffic jam during rush hour, with no end in sight. But instead of honking your horn and yelling at other drivers, you might be wondering what's causing the holdup. Well, fear not, fellow internet user, because the culprit might just be network congestion.

Automating deployment to an EKS cluster using CircleCI and Helm Charts

Kubernetes is a container orchestration system for automating deployment and managing containerized applications. Helm is a Kubernetes package manager that helps you define, install, and upgrade Kubernetes applications. It lets you define reusable templates for Kubernetes components (deployment, service, hpa, service account, etc.) that can be published and shared across applications. In this tutorial, you will learn how to build and install Helm charts for your application to an AWS EKS cluster.