Validate OpAMP Supervisor Installation
Validate OpAMP Supervisor after enabling it.
- Validate the status of the Collector service on the host:
Platform Steps Linux -
Run the following command from the host to check the status of the service:CODE
[sudo] systemctl status splunk-otel-collector -
Verify that the service is running and the
CGroupsection displays the processes:opampsupervisorandotelcol.
Windows Navigate to
Servicesand verify theSplunk OpenTelemetry Collectorservice is running. You can query for the processes running under the service:CODEGet-CimInstance Win32_Process | Where-Object {$_.Name -in @("otelcollauncher.exe", "otelcol.exe", "opampsupervisor.exe")} | Select-Object Name, ProcessId, ParentProcessId, CommandLine -
- Go to the Fleet Management > Collectors tab and verify if the Collectors are displayed in the Collectors list. See View Collectors.