Validate OpAMP Supervisor Installation

Validate OpAMP Supervisor after enabling it.

After you enable OpAMP Supervisor, you can validate it. Do the following:
  1. Validate the status of the Collector service on the host:
    Platform Steps
    Linux
    1. Run the following command from the host to check the status of the service:
      CODE
      [sudo] systemctl status splunk-otel-collector
    2. Verify that the service is running and the CGroup section displays the processes: opampsupervisor and otelcol.

    Windows

    Navigate to Services and verify the Splunk OpenTelemetry Collector service is running. You can query for the processes running under the service:

    CODE
    Get-CimInstance Win32_Process | Where-Object {$_.Name -in @("otelcollauncher.exe", "otelcol.exe", "opampsupervisor.exe")} | Select-Object Name, ProcessId, ParentProcessId, CommandLine
  2. Go to the Fleet Management > Collectors tab and verify if the Collectors are displayed in the Collectors list. See View Collectors.