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.
The service already running, i used from this source : https://github.com/signalfx/splunk-otel-collector/releases
The service already running, i used from this source : https://github.com/signalfx/splunk-otel-collector/releases
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
Okay, which os distribution and version do you run?
I'm using Red Hat Enterprise Linux release 8.10 (Ootpa), and have same error when install on Ubuntu 22.04.4
Could you please provide the steps that you've executed before?