Community Blog

Community Blog
Get the latest updates on the Splunk Community, including member experiences, product education, events, and more!

Community Blog

CaitlinHalla
Splunk Employee
Splunk Employee

Lower configuration maintenance costs and future-proof Kubernetes observability with the OpenTelemetry Collector’s new feature that declaratively configures the K8s observer and receiver creators for automatic workload discovery.

more
0 0 1,939
CaitlinHalla
Splunk Employee
Splunk Employee

The whats, whys, and hows of converting logs to metrics using the OpenTelemetry Collector.

more
1 0 891
CaitlinHalla
Splunk Employee
Splunk Employee

An overview of agent saturation, how to measure it, and how to increase it using the Splunk Add-on for OpenTelemetry Collector.

more
1 0 1,179
CaitlinHalla
Splunk Employee
Splunk Employee

Demystify observability protocols with our breakdown of some of the most popular.

more
0 0 896
CaitlinHalla
Splunk Employee
Splunk Employee

Learn how to integrate Amazon Elastic Kubernetes Service (EKS) with Splunk Observability Cloud to unify your observability solution, more easily detect incidents, and resolve them faster (without having to navigate between different observability platforms).

more
0 0 2,127
CaitlinHalla
Splunk Employee
Splunk Employee

We’ve looked at configuring the OpenTelemetry Collector to receive and export PostgreSQL telemetry data, now let’s look at how to do the same for MariaDB (and MySQL).

more
0 0 1,022
CaitlinHalla
Splunk Employee
Splunk Employee

Interested in improving the power of your metrics for better application reliability and performance? Want to reduce backend observability storage costs while doing it? Check out these best practices for managing metric data pipelines and minimizing metric data noise using OpenTelemetry processors.

more
1 0 1,955
CaitlinHalla
Splunk Employee
Splunk Employee

Configure your OpenTelemetry Collector to receive and export PostgreSQL telemetry data for improved performance, resiliency, and user experience.

more
1 0 1,812
dmitch
Splunk Employee
Splunk Employee

My role as an Observability Specialist at Splunk provides me with the opportunity to work with customers of all sizes as they implement OpenTelemetry in their organizations. 

If you read my earlier article, 3 Things I Love About OpenTelemetry, you'll know that I'm a huge fan of OpenTelemetry.  But like any technology, there's always room for improvement. 

In this article, I'll share three areas where I think OpenTelemetry could be improved to make it even better. 

more
0 0 779
sbylica
Splunk Employee
Splunk Employee

In this blog post, I will write about parsing and processing messages to extract information in SOCK. We will explore how to use operators to do so.

more
1 2 1,018
dmitch
Splunk Employee
Splunk Employee

In 2022, I made the decision to focus my career on OpenTelemetry.  I was excited by the technology and, after working with proprietary APM agent technology for nearly a decade, I believed that it was the future of instrumentation. 

This ultimately led me to join Splunk in 2023 as an Observability Specialist.  Splunk Observability Cloud is OpenTelemetry-native, so this role allowed me to work extensively with OpenTelemetry as customers of all sizes implemented it in their organizations. 

So how am I feeling about OpenTelemetry in 2024?  Well, I’m even more excited about it than before!  In this article, I’ll share the top three things that I love about OpenTelemetry.   

more
6 0 1,525
sbylica
Splunk Employee
Splunk Employee

In this article, we will explore what can be expected from a default configuration for SOCK, and how to enable some extra features.

more
0 0 1,412
sbylica
Splunk Employee
Splunk Employee

This article explores more advanced ways of combining multiline log entries into one using OpenTelemetry, by using routing, parser, and recombine operator.

more
2 0 2,474
sbylica
Splunk Employee
Splunk Employee

This article explores multiple ways of combining multiline log entries into one using OpenTelemetry, ensuring that complex information is presented in a structured and readable manner.

more
1 0 1,649
sbylica
Splunk Employee
Splunk Employee

Introduction to routing logs using OpenTelemetry, with many real-life examples and scenarios.

more
1 9 5,736
rohits
Splunk Employee
Splunk Employee

Spinnaker is an open-source, multi-cloud continuous delivery platform composed of a series of microservices, each performing a specific function. Understanding the performance and health of these individual components is critical for maintaining a robust Spinnaker environment. Read on for the details!

more
2 0 2,574
jplumb
Splunk Employee
Splunk Employee

This article is a code-based discussion of passing OpenTelemetry trace context across STOMP protocol pub/sub with a brokered websocket. This example uses Spring Boot for most components and leverages OpenTelemetry's APIs for manual instrumentation.

more
1 0 3,018
ErwinAtSplunk
Splunk Employee
Splunk Employee

What happens if the OpenTelemetry collector cannot send data? Will it drop, queue in memory or on disk? Let's find out which settings are available and how they work!

more
4 0 11.6K
tsloughter
Splunk Employee
Splunk Employee

The Splunk Distribution of OpenTelemetry Ruby has recently hit version 1.0. The distribution provides a Ruby gem for reporting distributed traces to Splunk APM using the Ruby OpenTelemetry SDK.

more
0 0 2,633
atoulme
Splunk Employee
Splunk Employee

In this blog post, we will show you how to set up your Heroku app to use our buildpack. We will show off a sample app that is able to use the collector to report metrics, traces and profiling information to the Observability Cloud.

more
0 0 2,030
jplumb
Splunk Employee
Splunk Employee

We are often asked how to copy http request/response headers into OpenTelemetry span attributes. This short tutorial shows you how to do it with the OpenTelemetry Java Instrumentation.

more
0 0 4,177
theletterf
Retired

When I had to document how to get data in from Rust applications, I faced an unusually tough challenge. How could I create a snippet for a language I was utterly unfamiliar with and for which we lack a Splunk distribution? The examples in the official OpenTelemetry repository didn't work out of the box. The answer proved simpler than I expected.

more
3 0 4,015
jplumb
Splunk Employee
Splunk Employee

A customer was looking for some guidance around adding custom attributes to spans in their Java monolith. To assist, I put together this example repo that shows five subtly different ways of adding manual instrumentation in Java. Maybe you can find it useful, too?

more
3 0 3,214
atoulme
Splunk Employee
Splunk Employee

In this blog post, we will explore the best way to check your connection to the HEC endpoint of your Splunk Cloud or Splunk on-premises deployment.

more
1 0 8,300
atoulme
Splunk Employee
Splunk Employee

Using a simple curl command, we are sending metrics to signalfx-forwarder endpoint. Instead of sending it to the backend, we are just logging it as debug output.

more
1 0 3,674
ErwinAtSplunk
Splunk Employee
Splunk Employee

OpenTelemetry is often associated with modern microservices and cloud-native applications. What happens if we apply OpenTelemetry and modern observability techniques to something completely different? WordPress is the world's most popular weblog software. And it's also an almost 20 years old monolith. What happens if we use OpenTelemetry auto tracing and the Splunk Observability cloud?

more
3 0 6,162
atoulme
Splunk Employee
Splunk Employee

In this example, we are going to use our former blog postingesting logs from a file and sending them to Splunk Enterprise. We are going to apply a twist to this example by creating three pipelines that read from three different files. Data coming from those three files will be associated with different source types, depending on their source.

more
2 1 4,476
atoulme
Splunk Employee
Splunk Employee

This blog post shows how you can use the OpenTelemetry Collector, a Discord bot library, and create a cool solution to follow Discord activity or post alerts.

more
1 0 7,885
atoulme
Splunk Employee
Splunk Employee

This blog post will walk you through using the Splunk HEC raw endpoint to send data to the OpenTelemetry collector.

more
2 4 5,988
atoulme
Splunk Employee
Splunk Employee

This blog post will walk you through using OpenTelemetry processors to route log data to different indexes depending on its content.

more
4 0 5,333