<

2023

january

>

A practical look at AIOps for observability and IT operations

Common use cases and scenarios for a successful AIOps deployment within observability. From monitoring to anomaly detection and root cause analysis, understand how you can improve your AIOps deployment and see success.

Get more out of Strava activity fields with runtime fields and transforms

This is the third blog post in a series of ones to follow. I will take you through a journey of data onboarding, manipulation, and visualization using Strava as a backdrop.

DoD + DevSecOps: A path toward speed and agility

As the US Department of Defense moves to a software factory and DevSecOps approach, it's on a path to increase speed and agility. But to truly keep up with modern warfare, an observability solution is an essential investment.

Elastic Stack 8.6.1 released

Read about the updates and bug fixes that have been included in the 8.6.1 release.

Analyze AWS VPC Flow Logs with Elastic Observability: A quick start guide

Elastic Observability can ingest and help analyze AWS VPC Flow Logs from your application’s VPC. Learn how to ingest AWS VPC Flow Logs through a step-by-step method into Elastic, then analyze it and apply OOTB machine learning for insights.

Detect data exfiltration activity with Kibana’s new integration

Elastic’s Data Exfiltration Detection package can help you identify when critical enterprise data is being stolen and exfiltrated. In this blog, learn how to implement this package.

Save space with byte-sized vectors

Elasticsearch is introducing a new type of vector that has 8-bit integer dimensions. This is 4x smaller than the current vector with 32-bit float dimensions, which can result in substantial space savings.

Why metrics, logs, and traces aren’t enough

The increasing complexity of cloud-native environments has led to a growing need for unified observability solutions. And metrics, logs, and traces are not enough. Learn why continuous profiling signals are a must-have in your observability toolbox.

3 essential async patterns for building a Python service

This blog post presents three useful reusable patterns to apply when implementing a service in asynchronous Python.