Splunk Observability Cloud

Failed to start Splunk OpenTelemetry Collector

rotosetianto
Explorer

I'm new on splunk

ihave this error when finish installation :

[root@rhel tmp]# systemctl restart splunk-otel-collector
[root@rhel tmp]# systemctl status splunk-otel-collector
● splunk-otel-collector.service - Splunk OpenTelemetry Collector
Loaded: loaded (/usr/lib/systemd/system/splunk-otel-collector.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/splunk-otel-collector.service.d
└─service-owner.conf
Active: failed (Result: exit-code) since Thu 2024-08-22 16:30:11 WIB; 273ms ago
Process: 2760714 ExecStart=/usr/bin/otelcol $OTELCOL_OPTIONS (code=exited, status=1/FAILURE)
Main PID: 2760714 (code=exited, status=1/FAILURE)

Aug 22 16:30:11 rhel systemd[1]: splunk-otel-collector.service: Service RestartSec=100ms expired, scheduling restart.
Aug 22 16:30:11 rhel systemd[1]: splunk-otel-collector.service: Scheduled restart job, restart counter is at 5.
Aug 22 16:30:11 rhel systemd[1]: Stopped Splunk OpenTelemetry Collector.
Aug 22 16:30:11 rhel systemd[1]: splunk-otel-collector.service: Start request repeated too quickly.
Aug 22 16:30:11 rhel systemd[1]: splunk-otel-collector.service: Failed with result 'exit-code'.
Aug 22 16:30:11 rhel systemd[1]: Failed to start Splunk OpenTelemetry Collector.

Labels (1)
0 Karma
1 Solution

rotosetianto
Explorer

The service already running, i used from this source : https://github.com/signalfx/splunk-otel-collector/releases

View solution in original post

0 Karma

rotosetianto
Explorer

The service already running, i used from this source : https://github.com/signalfx/splunk-otel-collector/releases

0 Karma

rotosetianto
Explorer

Hi @PaulPanther 

 

I run from guide :

curl -sSL https://dl.signalfx.com/splunk-otel-collector.sh > /tmp/splunk-otel-collector.sh && \
sudo sh /tmp/splunk-otel-collector.sh --realm au0 -- ********************** --mode agent --with-instrumentation --discovery

OpenTelemetry-Collector.png 

0 Karma

PaulPanther
Motivator

Okay, which os distribution and version do you run?

0 Karma

rotosetianto
Explorer

I'm using Red Hat Enterprise Linux release 8.10 (Ootpa), and have same error when install on Ubuntu 22.04.4

0 Karma

PaulPanther
Motivator

Could you please provide the steps that you've executed before?

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...